Share via


DelegateGetVerSpecificRootDirPath Délégué

Définition

Obtient si le chemin du répertoire racine spécifique réussit.

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

Paramètres

sPath
StringBuilder

Chemin d'accès du répertoire.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

true en cas de réussite ; sinon, false.

S’applique à