winapi::um::winbase

Function GetProfileStringW

Source
pub unsafe extern "system" fn GetProfileStringW(
    lpAppName: LPCWSTR,
    lpKeyName: LPCWSTR,
    lpDefault: LPCWSTR,
    lpReturnedString: LPWSTR,
    nSize: DWORD,
) -> DWORD