Likewise Security and Authentication Subsystem
LSA_QUERY_LIST Union Reference

Query list. More...

Data Fields

LW_PCSTR * ppszStrings
 String keys. More...
 
LW_PDWORD pdwIds
 Number keys. More...
 

Detailed Description

A list of keys used to query for objects.

Field Documentation

LW_PCSTR* LSA_QUERY_LIST::ppszStrings

This arm of the union is an array of strings that should be used when querying by keys that are strings, such as SID or UPN.

LW_PDWORD LSA_QUERY_LIST::pdwIds

This arm of the union is an array of DWORDs that should be used when querying by keys that are numbers, such as UID or GID.