winapi::um::winbase

Function GetProfileStringA

Source
pub unsafe extern "system" fn GetProfileStringA(
    lpAppName: LPCSTR,
    lpKeyName: LPCSTR,
    lpDefault: LPCSTR,
    lpReturnedString: LPSTR,
    nSize: DWORD,
) -> DWORD