Searched refs:wants_privileged (Results 1 – 2 of 2) sorted by relevance
96 // If the host returns false for wants_privileged, the control98 HRESULT GetWantsPrivileged([out] boolean *wants_privileged);
457 boolean wants_privileged = false; in IOleObject_SetClientSite() local458 service_hr = service->GetWantsPrivileged(&wants_privileged); in IOleObject_SetClientSite()460 if (SUCCEEDED(service_hr) && wants_privileged) in IOleObject_SetClientSite()