DelegateGetInstancePipeByID Delegar

Definição

Obtém se o pipe de instância é organizado por um identificador de instância.

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 

Parâmetros

pInstanceID
INST_ID

O ponteiro para a ID.

sInstancePipe
StringBuilder

O pipe da instância.

pdwSize
UInt32

O tamanho em bytes.

Valor Retornado

Boolean

true se for bem-sucedido, caso contrário, false.

Aplica-se a