HomeSort by relevance Sort by last modified time
    Searched defs:GetJob (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h     [all...]
qmgr.h 249 virtual HRESULT WINAPI GetJob(GUID jobID,IBackgroundCopyJob1 **ppJob) = 0;
271 HRESULT (WINAPI *GetJob)(IBackgroundCopyGroup *This,GUID jobID,IBackgroundCopyJob1 **ppJob);
295 #define IBackgroundCopyGroup_GetJob(This,jobID,ppJob) (This)->lpVtbl->GetJob(This,jobID,ppJob)
    [all...]
winspool.h 831 #define GetJob __MINGW_NAME_AW(GetJob)
    [all...]

Completed in 501 milliseconds