Function windows::Win32::System::WindowsProgramming::GetPrivateProfileIntW
pub unsafe fn GetPrivateProfileIntW<P0, P1, P2>(
lpappname: P0,
lpkeyname: P1,
ndefault: i32,
lpfilename: P2,
) -> i32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,