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

适用于