DelegateGetInstancePipeByName Delegate

Definition

Gets a value whether the instance pipe is installed by instance name.

public delegate bool DelegateGetInstancePipeByName(System::String ^ sInstanceName, StringBuilder ^ instancePipe, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstancePipeByName(string sInstanceName, StringBuilder instancePipe, out uint pdwSize);
type DelegateGetInstancePipeByName = delegate of string * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstancePipeByName(sInstanceName As String, instancePipe As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parameters

sInstanceName
String

The string value of the instance name.

instancePipe
StringBuilder

The string builder of the instance pipe.

pdwSize
UInt32

The unsigned integer of the data size.

Return Value

true if the instance pipe is installed by instance name; otherwise, false.

Applies to