DelegateGetInstancePipeByID Delegate

Definition

Gets whether the instance pipe is arranged by an instance identifier.

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 

Parameters

pInstanceID
INST_ID

The pointer to the ID.

sInstancePipe
StringBuilder

The instance Pipe.

pdwSize
UInt32

The size in bytes.

Return Value

true if successful; otherwise, false.

Applies to