Home | History | Annotate | Download | only in include

Lines Matching defs:GetPriority

316     virtual HRESULT WINAPI GetPriority(BG_JOB_PRIORITY *pVal) = 0;
355 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob *This,BG_JOB_PRIORITY *pVal);
396 #define IBackgroundCopyJob_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)