Searched refs:GetContextId (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomsvcs.h1144 virtual HRESULT WINAPI GetContextId(BSTR *pbstrCtxId) = 0;
1160 HRESULT (WINAPI *GetContextId)(ContextInfo *This,BSTR *pbstrCtxId); member in struct:ContextInfoVtbl
1178 #define ContextInfo_GetContextId(This,pbstrCtxId) (This)->lpVtbl->GetContextId(This,pbstrCtxId)
1217 HRESULT (WINAPI *GetContextId)(ContextInfo2 *This,BSTR *pbstrCtxId); member in struct:ContextInfo2Vtbl
1238 #define ContextInfo2_GetContextId(This,pbstrCtxId) (This)->lpVtbl->GetContextId(This,pbstrCtxId)
3914 virtual HRESULT WINAPI GetContextId(GUID *pGuid) = 0;
3926 HRESULT (WINAPI *GetContextId)(IObjectContextInfo *This,GUID *pGuid); member in struct:IObjectContextInfoVtbl
3940 #define IObjectContextInfo_GetContextId(This,pGuid) (This)->lpVtbl->GetContextId(This,pGuid)
3975 HRESULT (WINAPI *GetContextId)(IObjectContextInfo2 *This,GUID *pGuid); member in struct:IObjectContextInfo2Vtbl
3992 #define IObjectContextInfo2_GetContextId(This,pGuid) (This)->lpVtbl->GetContextId(Thi
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomsvcs.h1144 virtual HRESULT WINAPI GetContextId(BSTR *pbstrCtxId) = 0;
1160 HRESULT (WINAPI *GetContextId)(ContextInfo *This,BSTR *pbstrCtxId); member in struct:ContextInfoVtbl
1178 #define ContextInfo_GetContextId(This,pbstrCtxId) (This)->lpVtbl->GetContextId(This,pbstrCtxId)
1217 HRESULT (WINAPI *GetContextId)(ContextInfo2 *This,BSTR *pbstrCtxId); member in struct:ContextInfo2Vtbl
1238 #define ContextInfo2_GetContextId(This,pbstrCtxId) (This)->lpVtbl->GetContextId(This,pbstrCtxId)
3914 virtual HRESULT WINAPI GetContextId(GUID *pGuid) = 0;
3926 HRESULT (WINAPI *GetContextId)(IObjectContextInfo *This,GUID *pGuid); member in struct:IObjectContextInfoVtbl
3940 #define IObjectContextInfo_GetContextId(This,pGuid) (This)->lpVtbl->GetContextId(This,pGuid)
3975 HRESULT (WINAPI *GetContextId)(IObjectContextInfo2 *This,GUID *pGuid); member in struct:IObjectContextInfo2Vtbl
3992 #define IObjectContextInfo2_GetContextId(This,pGuid) (This)->lpVtbl->GetContextId(Thi
[all...]

Completed in 99 milliseconds