ITypeInfo2.ReleaseVarDesc(IntPtr) 메서드

정의

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

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

매개 변수

pVarDesc
IntPtr

nativeint

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

구현

설명

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

적용 대상