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

适用于