Function windows::Win32::Data::RightsManagement::DRMCreateIssuanceLicense
pub unsafe fn DRMCreateIssuanceLicense<P0, P1, P2>(
psttimefrom: *mut SYSTEMTIME,
psttimeuntil: *mut SYSTEMTIME,
wszreferralinfoname: P0,
wszreferralinfourl: P1,
howner: u32,
wszissuancelicense: P2,
hboundlicense: u32,
phissuancelicense: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,