GME
13
|
import "Core.idl";
Public Member Functions | |
HRESULT | GetAttributeDisp ([in] attrid_type attrid,[out, retval] ICoreMetaAttribute **p) |
HRESULT | AddAttribute ([in] attrid_type attrid,[in] BSTR token,[in] BSTR name,[in] valtype_type valtype,[out] ICoreMetaAttribute **p) |
HRESULT | AddClassID ([in] guid_type classid) |
Properties | |
ICoreMetaProject | Project [get] |
metaid_type | MetaID [get] |
BSTR | Token [get] |
BSTR | Name [get] |
ICoreMetaAttribute | Attribute ([in] attrid_type attrid) [get] |
ICoreMetaAttributes | Attributes [get] |
SAFEARRAY | ClassIDs [get] |
HRESULT ICoreMetaObject::AddAttribute | ( | [in] attrid_type | attrid, |
[in] BSTR | token, | ||
[in] BSTR | name, | ||
[in] valtype_type | valtype, | ||
[out] ICoreMetaAttribute ** | p | ||
) |
HRESULT ICoreMetaObject::AddClassID | ( | [in] guid_type | classid | ) |
HRESULT ICoreMetaObject::GetAttributeDisp | ( | [in] attrid_type | attrid, |
[out, retval] ICoreMetaAttribute ** | p | ||
) |
ICoreMetaAttribute ICoreMetaObject::Attribute([in] attrid_type attrid) [get] |
ICoreMetaAttributes ICoreMetaObject::Attributes [get] |
SAFEARRAY ICoreMetaObject::ClassIDs [get] |
BSTR ICoreMetaObject::Name [get] |
BSTR ICoreMetaObject::Token [get] |