Searched defs:SetComment (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmstask.h236 virtual HRESULT WINAPI SetComment(LPCWSTR pwszComment) = 0;
272 HRESULT (WINAPI *SetComment)(IScheduledWorkItem *This,LPCWSTR pwszComment); member in struct:IScheduledWorkItemVtbl
310 #define IScheduledWorkItem_SetComment(This,pwszComment) (This)->lpVtbl->SetComment(This,pwszComment)
431 HRESULT (WINAPI *SetComment)(ITask *This,LPCWSTR pwszComment); member in struct:ITaskVtbl
481 #define ITask_SetComment(This,pwszComment) (This)->lpVtbl->SetComment(This,pwszComment)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmstask.h236 virtual HRESULT WINAPI SetComment(LPCWSTR pwszComment) = 0;
272 HRESULT (WINAPI *SetComment)(IScheduledWorkItem *This,LPCWSTR pwszComment); member in struct:IScheduledWorkItemVtbl
310 #define IScheduledWorkItem_SetComment(This,pwszComment) (This)->lpVtbl->SetComment(This,pwszComment)
431 HRESULT (WINAPI *SetComment)(ITask *This,LPCWSTR pwszComment); member in struct:ITaskVtbl
481 #define ITask_SetComment(This,pwszComment) (This)->lpVtbl->SetComment(This,pwszComment)

Completed in 66 milliseconds