LSA_SID_NAME_MAPPING_OPERATION_TYPE enumeration
The LSA_SID_NAME_MAPPING_OPERATION_TYPE enumeration defines values used to identify the type of SID name mapping operation.
typedef enum _LSA_SID_NAME_MAPPING_OPERATION_TYPE {
Add = 1,
Remove = 2,
AddMultiple = 3
} LSA_SID_NAME_MAPPING_OPERATION_TYPE;
Add
Indicates an operation to add a single SID name mapping.Remove
Indicates an operation to remove a single SID name mapping.AddMultiple
Indicates an operation to add multiple SID name mappings.
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
Ntsecapi.h |