DelegateGetVerSpecificRootDirPath Delegar

Definição

Obtém se o caminho do diretório raiz específico foi bem-sucedido.

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

O caminho do diretório.

pdwSize
UInt32

O tamanho em bytes.

Valor Retornado

Boolean

true se for bem-sucedido, caso contrário, false.

Aplica-se a