DelegateGetCOMPath Delegato

Definizione

Ottiene un valore che indica se il percorso COM è stato mostrato correttamente.

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 

Parametri

sPath
StringBuilder

Percorso COM.

pdwSize
UInt32

Dimensione in byte.

Valore restituito

true se il percorso COM viene mostrato correttamente; in caso contrario, false.

Si applica a