DelegateGetInstancePipeByID 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得實例管道是否依實例識別碼排列。
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
實例 Pipe。
- pdwSize
- UInt32
以位元組為單位的大小。
傳回值
如果成功即為 true;否則為 false。