DelegateGetInstancePipeByName 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會根據實例名稱來判斷實例管道是否安裝。
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