Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-sysdeps-win.c669 DWORD sid_length, wdomain_length; in _dbus_win_account_to_sid() local
675 sid_length = 0; in _dbus_win_account_to_sid()
677 if (!LookupAccountNameW (NULL, waccount, NULL, &sid_length, in _dbus_win_account_to_sid()
685 *ppsid = dbus_malloc (sid_length); in _dbus_win_account_to_sid()
699 if (!LookupAccountNameW (NULL, waccount, (PSID) *ppsid, &sid_length, in _dbus_win_account_to_sid()