DelegateGetVerSpecificRootDirPath Delegate

Definition

Gets whether the specific root directory path is successful.

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 

Parameters

sPath
StringBuilder

The directory path.

pdwSize
UInt32

The size in bytes.

Return Value

true if successful; otherwise, false.

Applies to