DelegateGetVerSpecificRootRegPath 代理人

定義

取得 SQL 伺服器特定根註冊路徑的版本。

public delegate bool DelegateGetVerSpecificRootRegPath(StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetVerSpecificRootRegPath(StringBuilder sRegPath, out uint pdwSize);
type DelegateGetVerSpecificRootRegPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetVerSpecificRootRegPath(sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

參數

sRegPath
StringBuilder

一個指向緩衝區的指標,用來接收登錄檔路徑。

pdwSize
UInt32

一個指向 DWORD 值的指標,用以提供緩衝區的長度。 若緩衝區太小,則回傳所需長度。

傳回值

true若該值包含 SQL 伺服器的特定根註冊路徑;否則,。 false

適用於