Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DSecurityUtils.cpp79 ::LookupAccountNameW in GetSid()
91 ::LookupAccountNameW in GetSid()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h172 #define LookupAccountNameW _dbus_wince_LookupAccountNameW macro
173 BOOL LookupAccountNameW(LPCWSTR,LPCWSTR,PSID,PDWORD,LPWSTR,PDWORD,PSID_NAME_USE);
Ddbus-sysdeps-wince-glue.c516 LookupAccountNameW (LPCWSTR lpSystemName, LPCWSTR lpAccountName, PSID Sid, PDWORD cbSid, in LookupAccountNameW() function
Ddbus-sysdeps-win.c677 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()