[][src]Function CCODE::GetPrivateProfileStringW

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