windows::Win32::Data::RightsManagement

Function DRMGetProcAddress

pub unsafe fn DRMGetProcAddress<P1>(
    hlibrary: u32,
    wszprocname: P1,
    ppfnprocaddress: *mut FARPROC,
) -> Result<()>
where P1: Param<PCWSTR>,