Searched refs:waccount (Results 1 – 2 of 2) sorted by relevance
/external/dbus/dbus/ |
D | dbus-sysdeps-win.h | 55 dbus_bool_t _dbus_win_account_to_sid (const wchar_t *waccount,
|
D | dbus-sysdeps-win.c | 664 _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()
|