Home | History | Annotate | Download | only in include

Lines Matching refs:GetClassID

1051       HRESULT (WINAPI *GetClassID)(IPersistMemory *This,CLSID *pClassID);
1066 #define IPersistMemory_GetClassID(This,pClassID) (This)->lpVtbl->GetClassID(This,pClassID)
1106 HRESULT (WINAPI *GetClassID)(IPersistStreamInit *This,CLSID *pClassID);
1121 #define IPersistStreamInit_GetClassID(This,pClassID) (This)->lpVtbl->GetClassID(This,pClassID)
1159 HRESULT (WINAPI *GetClassID)(IPersistPropertyBag *This,CLSID *pClassID);
1172 #define IPersistPropertyBag_GetClassID(This,pClassID) (This)->lpVtbl->GetClassID(This,pClassID)
2559 HRESULT (WINAPI *GetClassID)(IPersistPropertyBag2 *This,CLSID *pClassID);
2573 #define IPersistPropertyBag2_GetClassID(This,pClassID) (This)->lpVtbl->GetClassID(This,pClassID)