DelegateGetSvcBinPathByID 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示程式檔案根目錄是否由指定的服務類型與實例 ID 設定。
public delegate bool DelegateGetSvcBinPathByID(INST_ID ^ pInstanceID, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcBinPathByID(INST_ID pInstanceID, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcBinPathByID = delegate of INST_ID * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcBinPathByID(pInstanceID As INST_ID, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
參數
- pInstanceID
- INST_ID
實例ID。
- Service
- SQL_SVCS
服務值得獲得。
- sPath
- StringBuilder
儀式地點。
- pdwSize
- UInt32
以位元組為單位的大小。
傳回值
true 如果程式檔案根目錄是由指定的服務類型和實例 ID 設定的;否則, false。