Function windows::Win32::System::WindowsProgramming::RegInstallW
pub unsafe fn RegInstallW<P0, P1>(
hmod: P0,
pszsection: P1,
psttable: *const STRTABLEW,
) -> Result<()>where
P0: Param<HMODULE>,
P1: Param<PCWSTR>,