windows::Win32::System::WindowsProgramming

Function GetPrivateProfileIntW

pub unsafe fn GetPrivateProfileIntW<P0, P1, P3>(
    lpappname: P0,
    lpkeyname: P1,
    ndefault: i32,
    lpfilename: P3,
) -> i32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P3: Param<PCWSTR>,