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