Home
last modified time | relevance | path

Searched refs:ppwszComputer (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmstask.h598 virtual HRESULT WINAPI GetTargetComputer(LPWSTR *ppwszComputer) = 0;
613 HRESULT (WINAPI *GetTargetComputer)(ITaskScheduler *This,LPWSTR *ppwszComputer);
630 …fine ITaskScheduler_GetTargetComputer(This,ppwszComputer) (This)->lpVtbl->GetTargetComputer(This,p… argument
641 HRESULT WINAPI ITaskScheduler_GetTargetComputer_Proxy(ITaskScheduler *This,LPWSTR *ppwszComputer);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmstask.h598 virtual HRESULT WINAPI GetTargetComputer(LPWSTR *ppwszComputer) = 0;
613 HRESULT (WINAPI *GetTargetComputer)(ITaskScheduler *This,LPWSTR *ppwszComputer);
630 …fine ITaskScheduler_GetTargetComputer(This,ppwszComputer) (This)->lpVtbl->GetTargetComputer(This,p… argument
641 HRESULT WINAPI ITaskScheduler_GetTargetComputer_Proxy(ITaskScheduler *This,LPWSTR *ppwszComputer);
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwamstask.pas349 function GetTargetComputer(out ppwszComputer: LPWSTR): HRESULT; stdcall; in GetTargetComputer()