ITypeLib::ReleaseTLibAttr

HRESULT ReleaseTLibAttr( 
  TLIBATTR FAR*  pTLibAttr  
);
 

Releases the TLIBATTR originally obtained from ITypeLib::GetLibAttr.

Parameter

pTLibAttr
Pointer to the TLIBATTR to be freed.

Comments

Releases the specified TLIBATTR. This TLIBATTR was previously obtained with a call to GetTypeLib::GetLibAttr.