ITypeInfo::ReleaseVarDesc

lpvardesc)
VARDESC FAR* lpvardesc

Releases a VARDESC previously returned by GetVarDesc.

Parameter

lpvardesc

Pointer to the VARDESC to be freed.

Comments

ReleaseVarDesc
releases a VARDESC that was returned through ITypeInfo::GetVarDesc.

Example

VARDESC FAR *pvardesc;

CHECKRESULT(ptypeinfo->GetVarDesc(i, &pvardesc));

idMember = pvardesc->memid;

CHECKRESULT(ptypeinfo->GetDocumentation(idMember, &bstrName, NULL, NULL, NULL));

ptypeinfo->ReleaseVarDesc(pvardesc);

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples