次の方法で共有


UCOMITypeInfo.ReleaseFuncDesc メソッド

以前に GetFuncDesc によって返された FUNCDESC を解放します。

Sub ReleaseFuncDesc( _
   ByVal pFuncDesc As IntPtr _)
[C#]
void ReleaseFuncDesc(
   IntPtrpFuncDesc);
[C++]
void ReleaseFuncDesc(
   IntPtrpFuncDesc);
[JScript]
function ReleaseFuncDesc(
   pFuncDesc : IntPtr);

パラメータ

  • pFuncDesc
    解放する FUNCDESC への参照。

解説

ITypeInfo::ReleaseFuncDesc の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMITypeInfo インターフェイス | UCOMITypeInfo メンバ | System.Runtime.InteropServices 名前空間