OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCreator
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h
238
virtual HRESULT WINAPI
SetCreator
(LPCWSTR pwszCreator) = 0;
274
HRESULT (WINAPI *
SetCreator
)(IScheduledWorkItem *This,LPCWSTR pwszCreator);
312
#define IScheduledWorkItem_SetCreator(This,pwszCreator) (This)->lpVtbl->
SetCreator
(This,pwszCreator)
433
HRESULT (WINAPI *
SetCreator
)(ITask *This,LPCWSTR pwszCreator);
483
#define ITask_SetCreator(This,pwszCreator) (This)->lpVtbl->
SetCreator
(This,pwszCreator)
[
all
...]
xpsobjectmodel.h
[
all
...]
Completed in 186 milliseconds