Home | History | Annotate | Download | only in include

Lines Matching defs:GetGUID

3303     virtual HRESULT WINAPI GetGUID(GUID *pGUID) = 0;
3315 HRESULT (WINAPI *GetGUID)(IErrorInfo *This,GUID *pGUID);
3329 #define IErrorInfo_GetGUID(This,pGUID) (This)->lpVtbl->GetGUID(This,pGUID)
3532 virtual HRESULT STDMETHODCALLTYPE GetGuid(
3618 HRESULT (STDMETHODCALLTYPE *GetGuid)(
3698 #define IRecordInfo_GetGuid(This,pguid) (This)->lpVtbl->GetGuid(This,pguid)
3733 return This->lpVtbl->GetGuid(This,pguid);