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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmstask.h238 virtual HRESULT WINAPI SetCreator(LPCWSTR pwszCreator) = 0;
274 HRESULT (WINAPI *SetCreator)(IScheduledWorkItem *This,LPCWSTR pwszCreator); member in struct:IScheduledWorkItemVtbl
312 #define IScheduledWorkItem_SetCreator(This,pwszCreator) (This)->lpVtbl->SetCreator(This,pwszCreator)
433 HRESULT (WINAPI *SetCreator)(ITask *This,LPCWSTR pwszCreator); member in struct:ITaskVtbl
483 #define ITask_SetCreator(This,pwszCreator) (This)->lpVtbl->SetCreator(This,pwszCreator)
H A Dxpsobjectmodel.h14321 virtual HRESULT STDMETHODCALLTYPE SetCreator(
14463 HRESULT (STDMETHODCALLTYPE *SetCreator)(
14585 #define IXpsOMCoreProperties_SetCreator(This,creator) (This)->lpVtbl->SetCreator(This,creator)
14659 return This->lpVtbl->SetCreator(This,creator);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmstask.h238 virtual HRESULT WINAPI SetCreator(LPCWSTR pwszCreator) = 0;
274 HRESULT (WINAPI *SetCreator)(IScheduledWorkItem *This,LPCWSTR pwszCreator); member in struct:IScheduledWorkItemVtbl
312 #define IScheduledWorkItem_SetCreator(This,pwszCreator) (This)->lpVtbl->SetCreator(This,pwszCreator)
433 HRESULT (WINAPI *SetCreator)(ITask *This,LPCWSTR pwszCreator); member in struct:ITaskVtbl
483 #define ITask_SetCreator(This,pwszCreator) (This)->lpVtbl->SetCreator(This,pwszCreator)
H A Dxpsobjectmodel.h14321 virtual HRESULT STDMETHODCALLTYPE SetCreator(
14463 HRESULT (STDMETHODCALLTYPE *SetCreator)(
14585 #define IXpsOMCoreProperties_SetCreator(This,creator) (This)->lpVtbl->SetCreator(This,creator)
14659 return This->lpVtbl->SetCreator(This,creator);

Completed in 273 milliseconds