windows::Win32::Data::RightsManagement

Function DRMSetMetaData

pub unsafe fn DRMSetMetaData<P1, P2, P3, P4, P5, P6>(
    hissuancelicense: u32,
    wszcontentid: P1,
    wszcontentidtype: P2,
    wszskuid: P3,
    wszskuidtype: P4,
    wszcontenttype: P5,
    wszcontentname: P6,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>, P6: Param<PCWSTR>,