ITypeInfo.ReleaseFuncDesc(IntPtr) 메서드

정의

이전에 FUNCDESC 메서드에서 반환한 GetFuncDesc(Int32, IntPtr) 구조체를 해제합니다.

public:
 void ReleaseFuncDesc(IntPtr pFuncDesc);
public void ReleaseFuncDesc (IntPtr pFuncDesc);
abstract member ReleaseFuncDesc : nativeint -> unit
Public Sub ReleaseFuncDesc (pFuncDesc As IntPtr)

매개 변수

pFuncDesc
IntPtr

nativeint

해제할 FUNCDESC 구조체에 대한 참조입니다.

설명

자세한 내용은 ITypeInfo::ReleaseFuncDesc 메서드를 참조하세요.

적용 대상