Partager via


DelegateGetCOMPath Délégué

Définition

Obtient si le chemin COM est affiché avec succès.

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 

Paramètres

sPath
StringBuilder

Chemin d’accès COM.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

true si le chemin COM est affiché avec succès ; sinon, false.

S’applique à