Searched refs:pwszAccountName (Results 1 – 8 of 8) sorted by relevance
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | mstask.h | 248 virtual HRESULT WINAPI SetAccountInformation(LPCWSTR pwszAccountName,LPCWSTR pwszPassword) = 0; 284 …HRESULT (WINAPI *SetAccountInformation)(IScheduledWorkItem *This,LPCWSTR pwszAccountName,LPCWSTR p… 322 …Item_SetAccountInformation(This,pwszAccountName,pwszPassword) (This)->lpVtbl->SetAccountInformatio… argument 380 …orkItem_SetAccountInformation_Proxy(IScheduledWorkItem *This,LPCWSTR pwszAccountName,LPCWSTR pwszP… 443 … HRESULT (WINAPI *SetAccountInformation)(ITask *This,LPCWSTR pwszAccountName,LPCWSTR pwszPassword); 493 …Task_SetAccountInformation(This,pwszAccountName,pwszPassword) (This)->lpVtbl->SetAccountInformatio… argument
|
H A D | userenv.h | 169 WCHAR *pwszAccountName; member
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | mstask.h | 248 virtual HRESULT WINAPI SetAccountInformation(LPCWSTR pwszAccountName,LPCWSTR pwszPassword) = 0; 284 …HRESULT (WINAPI *SetAccountInformation)(IScheduledWorkItem *This,LPCWSTR pwszAccountName,LPCWSTR p… 322 …Item_SetAccountInformation(This,pwszAccountName,pwszPassword) (This)->lpVtbl->SetAccountInformatio… argument 380 …orkItem_SetAccountInformation_Proxy(IScheduledWorkItem *This,LPCWSTR pwszAccountName,LPCWSTR pwszP… 443 … HRESULT (WINAPI *SetAccountInformation)(ITask *This,LPCWSTR pwszAccountName,LPCWSTR pwszPassword); 493 …Task_SetAccountInformation(This,pwszAccountName,pwszPassword) (This)->lpVtbl->SetAccountInformatio… argument
|
H A D | userenv.h | 169 WCHAR *pwszAccountName; member
|
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/ |
H A D | jwamstask.pas | 294 … function SetAccountInformation(pwszAccountName: LPCWSTR; pwszPassword: LPCWSTR): HRESULT; stdcall; in SetAccountInformation()
|
H A D | jwauserenv.pas | 927 pwszAccountName: PWCHAR; // Account name
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/GroupPolicy/ |
H A D | mod.rs | 677 pub pwszAccountName: super::super::Foundation::PWSTR, field
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/GroupPolicy/ |
H A D | mod.rs | 7354 pub pwszAccountName: super::super::Foundation::PWSTR, 7372 …fmt.debug_struct("RSOP_TARGET").field("pwszAccountName", &self.pwszAccountName).field("pwszNewSOM"… 7378 …self.pwszAccountName == other.pwszAccountName && self.pwszNewSOM == other.pwszNewSOM && self.psaSe…
|