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

適用於