OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwszaccountname
(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
248
virtual HRESULT WINAPI SetAccountInformation(LPCWSTR
pwszAccountName
,LPCWSTR pwszPassword) = 0;
284
HRESULT (WINAPI *SetAccountInformation)(IScheduledWorkItem *This,LPCWSTR
pwszAccountName
,LPCWSTR pwszPassword);
322
#define IScheduledWorkItem_SetAccountInformation(This,
pwszAccountName
,pwszPassword) (This)->lpVtbl->SetAccountInformation(This,
pwszAccountName
,pwszPassword)
380
HRESULT WINAPI IScheduledWorkItem_SetAccountInformation_Proxy(IScheduledWorkItem *This,LPCWSTR
pwszAccountName
,LPCWSTR pwszPassword);
443
HRESULT (WINAPI *SetAccountInformation)(ITask *This,LPCWSTR
pwszAccountName
,LPCWSTR pwszPassword);
493
#define ITask_SetAccountInformation(This,
pwszAccountName
,pwszPassword) (This)->lpVtbl->SetAccountInformation(This,
pwszAccountName
,pwszPassword)
[
all
...]
userenv.h
160
WCHAR *
pwszAccountName
;
Completed in 642 milliseconds