DelegateGetVerSpecificRootDirPath 代理人

定義

判斷特定的根目錄路徑是否成功。

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 

參數

sPath
StringBuilder

目錄路徑。

pdwSize
UInt32

以位元組為單位的大小。

傳回值

如果成功即為 true;否則為 false

適用於