Home
last modified time | relevance | path

Searched refs:waccount (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-win.h55 dbus_bool_t _dbus_win_account_to_sid (const wchar_t *waccount,
Ddbus-sysdeps-win.c664 _dbus_win_account_to_sid (const wchar_t *waccount, in _dbus_win_account_to_sid() argument
677 if (!LookupAccountNameW (NULL, waccount, NULL, &sid_length, in _dbus_win_account_to_sid()
699 if (!LookupAccountNameW (NULL, waccount, (PSID) *ppsid, &sid_length, in _dbus_win_account_to_sid()