Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the integrity level of the token of the owner that created or took ownership of the job.
Syntax
HRESULT GetOwnerIntegrityLevel(
[out] ULONG *pLevel
);
Parameters
[out] pLevel
Integrity level of the token of the owner that created or took ownership of the job.
Return value
The method returns the following return values.
Return code | Description |
---|---|
|
Success |
Remarks
For details on how the integrity level of the user's token affects a job, see User Account Control and BITS.
This method returns the value from the GetSidSubAuthority function. For possible mandatory integrity RID values, see Well-known SIDs in the Security documentation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | bits3_0.h (include Bits.h) |
Library | Bits.lib |