Function kernel32::GetPrivateProfileIntW [] [src]

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