winapi::um::winbase

Function GetPrivateProfileIntW

Source
pub unsafe extern "system" fn GetPrivateProfileIntW(
    lpAppName: LPCWSTR,
    lpKeyName: LPCWSTR,
    nDefault: INT,
    lpFileName: LPCWSTR,
) -> UINT