Searched refs:GetCreator (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmstask.h239 virtual HRESULT WINAPI GetCreator(LPWSTR *ppwszCreator) = 0;
275 HRESULT (WINAPI *GetCreator)(IScheduledWorkItem *This,LPWSTR *ppwszCreator); member in struct:IScheduledWorkItemVtbl
313 #define IScheduledWorkItem_GetCreator(This,ppwszCreator) (This)->lpVtbl->GetCreator(This,ppwszCreator)
434 HRESULT (WINAPI *GetCreator)(ITask *This,LPWSTR *ppwszCreator); member in struct:ITaskVtbl
484 #define ITask_GetCreator(This,ppwszCreator) (This)->lpVtbl->GetCreator(This,ppwszCreator)
H A Dxpsobjectmodel.h14318 virtual HRESULT STDMETHODCALLTYPE GetCreator(
14459 HRESULT (STDMETHODCALLTYPE *GetCreator)(
14584 #define IXpsOMCoreProperties_GetCreator(This,creator) (This)->lpVtbl->GetCreator(This,creator)
14656 return This->lpVtbl->GetCreator(This,creator);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmstask.h239 virtual HRESULT WINAPI GetCreator(LPWSTR *ppwszCreator) = 0;
275 HRESULT (WINAPI *GetCreator)(IScheduledWorkItem *This,LPWSTR *ppwszCreator); member in struct:IScheduledWorkItemVtbl
313 #define IScheduledWorkItem_GetCreator(This,ppwszCreator) (This)->lpVtbl->GetCreator(This,ppwszCreator)
434 HRESULT (WINAPI *GetCreator)(ITask *This,LPWSTR *ppwszCreator); member in struct:ITaskVtbl
484 #define ITask_GetCreator(This,ppwszCreator) (This)->lpVtbl->GetCreator(This,ppwszCreator)
H A Dxpsobjectmodel.h14318 virtual HRESULT STDMETHODCALLTYPE GetCreator(
14459 HRESULT (STDMETHODCALLTYPE *GetCreator)(
14584 #define IXpsOMCoreProperties_GetCreator(This,creator) (This)->lpVtbl->GetCreator(This,creator)
14656 return This->lpVtbl->GetCreator(This,creator);

Completed in 119 milliseconds