DelegateGetVerSpecificRootRegPath 代理人

定義

SQL Server の特定のルート登録パスのバージョンを取得します。

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

適用対象