Searched refs:ui_exceptions (Results 1 – 7 of 7) sorted by relevance
18 DWORD ui_exceptions) { in Init() argument76 jbur.UIRestrictionsClass = jbur.UIRestrictionsClass & (~ui_exceptions); in Init()
32 DWORD Init(JobLevel security_level, wchar_t *job_name, DWORD ui_exceptions);
123 virtual ResultCode SetJobLevel(JobLevel job_level, uint32 ui_exceptions) = 0;
45 uint32 ui_exceptions) OVERRIDE;
164 ResultCode PolicyBase::SetJobLevel(JobLevel job_level, uint32 ui_exceptions) { in SetJobLevel() argument166 ui_exceptions_ = ui_exceptions; in SetJobLevel()
24 uint32 ui_exceptions,
508 uint32 ui_exceptions, in SetJobLevel() argument511 policy->SetJobLevel(job_level, ui_exceptions); in SetJobLevel()