windows::Win32::Data::RightsManagement

Function DRMSetRevocationPoint

pub unsafe fn DRMSetRevocationPoint<P2, P3, P4, P6, P7>(
    hissuancelicense: u32,
    fdelete: bool,
    wszid: P2,
    wszidtype: P3,
    wszurl: P4,
    pstfrequency: *mut SYSTEMTIME,
    wszname: P6,
    wszpublickey: P7,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>, P6: Param<PCWSTR>, P7: Param<PCWSTR>,