Function kernel32::GetPrivateProfileStringW [] [src]

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