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입니다.

적용 대상