DelegateGetInstancePipeByID 委托

定义

获取实例管道是否按实例标识符排列。

public delegate bool DelegateGetInstancePipeByID(INST_ID ^ pInstanceID, StringBuilder ^ sInstancePipe, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstancePipeByID(INST_ID pInstanceID, StringBuilder sInstancePipe, out uint pdwSize);
type DelegateGetInstancePipeByID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstancePipeByID(pInstanceID As INST_ID, sInstancePipe As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

参数

pInstanceID
INST_ID

指向 ID 的指针。

sInstancePipe
StringBuilder

实例管道。

pdwSize
UInt32

大小(以字节为单位)。

返回值

如果成功,则为 true;否则为 false

适用于