DelegateGetInstancePipeByID Delegat

Definition

Ruft ab, ob die instance-Pipe durch einen instance-Bezeichner angeordnet ist.

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 

Parameter

pInstanceID
INST_ID

Der Zeiger auf die ID.

sInstancePipe
StringBuilder

Die instance Pipe.

pdwSize
UInt32

Die Größe in Bytes.

Rückgabewert

true, wenn erfolgreich, andernfalls false.

Gilt für: