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

適用於