DelegateGetCOMPath Delegate

Definition

Gets whether the COM path is showed successfully.

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

Parameters

sPath
StringBuilder

The COM path.

pdwSize
UInt32

The size in bytes.

Return Value

true if the COM path is showed successfully; otherwise, false.

Applies to