DelegateGetSQLRootRegPath 代理人

定義

SQL ルートのレジストリ パスを取得します。

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

パラメーター

sRegPath
StringBuilder

レジストリ パス。

pdwSize
UInt32

バイト単位のサイズ。

戻り値

成功した場合は true、それ以外の場合は false

適用対象