Home | History | Annotate | Download | only in include

Lines Matching refs:get_Type

2375     virtual HRESULT WINAPI get_Type(ISClusResType **ppResourceType) = 0;
2418 HRESULT (WINAPI *get_Type)(ISClusResource *This,ISClusResType **ppResourceType);
2463 #define ISClusResource_get_Type(This,ppResourceType) (This)->lpVtbl->get_Type(This,ppResourceType)
3162 virtual HRESULT WINAPI get_Type(CLUSTER_PROPERTY_TYPE *pType) = 0;
3188 HRESULT (WINAPI *get_Type)(ISClusProperty *This,CLUSTER_PROPERTY_TYPE *pType);
3216 #define ISClusProperty_get_Type(This,pType) (This)->lpVtbl->get_Type(This,pType)
3267 virtual HRESULT WINAPI get_Type(CLUSTER_PROPERTY_TYPE *pType) = 0;
3287 HRESULT (WINAPI *get_Type)(ISClusPropertyValue *This,CLUSTER_PROPERTY_TYPE *pType);
3309 #define ISClusPropertyValue_get_Type(This,pType) (This)->lpVtbl->get_Type(This,pType)