Searched refs:PSID (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Drsxntwin.h82 typedef PVOID PSID; typedef
139 BOOL WINAPI IsValidSid(PSID);
154 BOOL WINAPI GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR, PSID *, LPBOOL);
155 BOOL WINAPI SetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR, PSID, BOOL);
156 BOOL WINAPI GetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR, PSID *, LPBOOL);
157 BOOL WINAPI SetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR, PSID, BOOL);
H A Dnt.c146 PSID pSid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Drsxntwin.h84 typedef PVOID PSID; typedef
141 BOOL WINAPI IsValidSid(PSID);
156 BOOL WINAPI GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR, PSID *, LPBOOL);
157 BOOL WINAPI SetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR, PSID, BOOL);
158 BOOL WINAPI GetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR, PSID *, LPBOOL);
159 BOOL WINAPI SetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR, PSID, BOOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h173 BOOL LookupAccountNameW(LPCWSTR,LPCWSTR,PSID,PDWORD,LPWSTR,PDWORD,PSID_NAME_USE);
176 BOOL IsValidSid(PSID);
H A Ddbus-sysdeps-wince-glue.c516 LookupAccountNameW (LPCWSTR lpSystemName, LPCWSTR lpAccountName, PSID Sid, PDWORD cbSid,
525 IsValidSid (PSID psid)
H A Ddbus-sysdeps-win.c59 extern BOOL WINAPI ConvertStringSidToSidA (LPCSTR StringSid, PSID *Sid);
60 extern BOOL WINAPI ConvertSidToStringSidA (PSID Sid, LPSTR *StringSid);
699 if (!LookupAccountNameW (NULL, waccount, (PSID) *ppsid, &sid_length,
706 if (!IsValidSid ((PSID) *ppsid))
753 PSID psid;
H A Ddbus-sysdeps-util-win.c381 PSID owner_sid, group_sid;

Completed in 82 milliseconds