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

適用対象