Struct windows_sys::Win32::Data::RightsManagement::DRMBOUNDLICENSEPARAMS
[−]#[repr(C)]pub struct DRMBOUNDLICENSEPARAMS {
pub uVersion: u32,
pub hEnablingPrincipal: u32,
pub hSecureStore: u32,
pub wszRightsRequested: PWSTR,
pub wszRightsGroup: PWSTR,
pub idResource: DRMID,
pub cAuthenticatorCount: u32,
pub rghAuthenticators: *mut u32,
pub wszDefaultEnablingPrincipalCredentials: PWSTR,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Data_RightsManagement"
Fields
uVersion: u32
hEnablingPrincipal: u32
hSecureStore: u32
wszRightsRequested: PWSTR
wszRightsGroup: PWSTR
idResource: DRMID
cAuthenticatorCount: u32
rghAuthenticators: *mut u32
wszDefaultEnablingPrincipalCredentials: PWSTR
dwFlags: u32
Trait Implementations
impl Clone for DRMBOUNDLICENSEPARAMS
impl Clone for DRMBOUNDLICENSEPARAMS
impl Copy for DRMBOUNDLICENSEPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DRMBOUNDLICENSEPARAMS
impl !Send for DRMBOUNDLICENSEPARAMS
impl !Sync for DRMBOUNDLICENSEPARAMS
impl Unpin for DRMBOUNDLICENSEPARAMS
impl UnwindSafe for DRMBOUNDLICENSEPARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more