DelegateGetInstanceNameFromService 代理人

定義

デリジェンドがサービスからインスタンス名を取得することに成功したかどうかの価値が付与されます。

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

パラメーター

sServiceName
String

サービスの名前。

sInstanceName
StringBuilder

インスタンス名。

pdwSize
UInt32

構造体の推定サイズがバイト単位で返されました。

戻り値

true 代表が成功した場合;それ以外は false

適用対象