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

適用対象