DelegateGetVerSpecificRootDirPath Delegado

Definición

Obtiene si la ruta de acceso del directorio raíz específica se realiza correctamente.

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 

Parámetros

sPath
StringBuilder

Ruta de acceso al directorio.

pdwSize
UInt32

Tamaño en bytes.

Valor devuelto

true si es correcto; de lo contrario, false.

Se aplica a