Home | History | Annotate | Download | only in include

Lines Matching defs:get_type

5690       virtual HRESULT WINAPI get_type(ISchemaType **type) = 0;
5714 HRESULT (WINAPI *get_type)(ISchemaAttribute *This,ISchemaType **type);
5740 #define ISchemaAttribute_get_type(This,type) (This)->lpVtbl->get_type(This,type)
5768 virtual HRESULT WINAPI get_type(ISchemaType **type) = 0;
5799 HRESULT (WINAPI *get_type)(ISchemaElement *This,ISchemaType **type);
5832 #define ISchemaElement_get_type(This,type) (This)->lpVtbl->get_type(This,type)
6698 virtual HRESULT WINAPI get_type(__LONG32 *plType) = 0;
6721 HRESULT (WINAPI *get_type)(IXMLElement *This,__LONG32 *plType);
6746 #define IXMLElement_get_type(This,plType) (This)->lpVtbl->get_type(This,plType)
6792 virtual HRESULT WINAPI get_type(__LONG32 *plType) = 0;
6816 HRESULT (WINAPI *get_type)(IXMLElement2 *This,__LONG32 *plType);
6842 #define IXMLElement2_get_type(This,plType) (This)->lpVtbl->get_type(This,plType)