DelegateGetInstancePipeByName 代理人

定義

インスタンス パイプがインスタンス名でインストールされているかどうかを示す値を取得します。

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

パラメーター

sInstanceName
String

インスタンス名の文字列値。

instancePipe
StringBuilder

インスタンス パイプの文字列ビルダー。

pdwSize
UInt32

データ サイズの符号なし整数。

戻り値

true インスタンス パイプがインスタンス名でインストールされている場合は 。それ以外の場合は false

適用対象