#[repr(C)]
pub struct AUTHZ_INIT_INFO { pub version: u16, pub szResourceManagerName: PCWSTR, pub pfnDynamicAccessCheck: PFN_AUTHZ_DYNAMIC_ACCESS_CHECK, pub pfnComputeDynamicGroups: PFN_AUTHZ_COMPUTE_DYNAMIC_GROUPS, pub pfnFreeDynamicGroups: PFN_AUTHZ_FREE_DYNAMIC_GROUPS, pub pfnGetCentralAccessPolicy: PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY, pub pfnFreeCentralAccessPolicy: PFN_AUTHZ_FREE_CENTRAL_ACCESS_POLICY, }
Expand description

Required features: "Win32_Security_Authorization", "Win32_Foundation"

Fields

version: u16szResourceManagerName: PCWSTRpfnDynamicAccessCheck: PFN_AUTHZ_DYNAMIC_ACCESS_CHECKpfnComputeDynamicGroups: PFN_AUTHZ_COMPUTE_DYNAMIC_GROUPSpfnFreeDynamicGroups: PFN_AUTHZ_FREE_DYNAMIC_GROUPSpfnGetCentralAccessPolicy: PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICYpfnFreeCentralAccessPolicy: PFN_AUTHZ_FREE_CENTRAL_ACCESS_POLICY

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.