DelegateGetSvcBinPathByID 代理人

定義

プログラム ファイルのルート ディレクトリが、指定されたサービスの種類とインスタンス 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 によって設定されている場合。othwerwise、 false

適用対象