DelegateGetInstRootDirPathByID 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過代表已安裝的 SQL 元件的實例識別碼取得根目錄路徑。
public delegate bool DelegateGetInstRootDirPathByID(INST_ID ^ pInstanceID, StringBuilder ^ dirPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstRootDirPathByID(INST_ID pInstanceID, StringBuilder dirPath, out uint pdwSize);
type DelegateGetInstRootDirPathByID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstRootDirPathByID(pInstanceID As INST_ID, dirPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
參數
- pInstanceID
- INST_ID
實例的識別碼。
- dirPath
- StringBuilder
那個弦匠。
- pdwSize
- UInt32
一個整數值,用來指定資料大小。
傳回值
一個 Boolean 值包含根目錄路徑,並以實例識別碼表示已安裝的 SQL 元件。