DelegateGetVerSpecificRootDirPath Delegat

Definition

Ruft ab, ob der bestimmte Stammverzeichnispfad erfolgreich ist.

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 

Parameter

sPath
StringBuilder

Der Verzeichnispfad.

pdwSize
UInt32

Die Größe in Bytes.

Rückgabewert

true, wenn erfolgreich, andernfalls false.

Gilt für: