Searched defs:remoted_identity_tcon_context (Results 1 – 1 of 1) sorted by relevance
308 struct remoted_identity_tcon_context { struct309 __le16 TicketType; /* must be 0x0001 */310 __le16 TicketSize; /* total size of this struct */311 __le16 User; /* offset to SID_ATTR_DATA struct with user info */312 __le16 UserName; /* offset to null terminated Unicode username string */313 __le16 Domain; /* offset to null terminated Unicode domain name */314 __le16 Groups; /* offset to SID_ARRAY_DATA struct with group info */315 __le16 RestrictedGroups; /* similar to above */316 __le16 Privileges; /* offset to PRIVILEGE_ARRAY_DATA struct */317 __le16 PrimaryGroup; /* offset to SID_ARRAY_DATA struct */[all …]