다음을 통해 공유


DelegateGetCOMPath 대리자

정의

COM 경로가 성공적으로 표시되는지 여부를 가져옵니다.

public delegate bool DelegateGetCOMPath(StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetCOMPath(StringBuilder sPath, out uint pdwSize);
type DelegateGetCOMPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetCOMPath(sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

매개 변수

sPath
StringBuilder

COM 경로입니다.

pdwSize
UInt32

크기(바이트)입니다.

반환 값

true COM 경로가 성공적으로 표시되면 이고, 그렇지 않으면 입니다 false.

적용 대상