Likewise Security and Authentication Subsystem
LSA_QUERY_ITEM Union Reference

Query item. More...

Data Fields

LW_PCSTR pszString
 String key. More...
 
LW_DWORD dwId
 Number key. More...
 

Detailed Description

A key used to query for an object.

Field Documentation

LW_PCSTR LSA_QUERY_ITEM::pszString

This arm of the union should be used when querying by a key that is a strings, such as SID or UPN.

LW_DWORD LSA_QUERY_ITEM::dwId

This arm of the union should be used when querying by a key that is a number, such as UID or GID.