Sm_PolicyApi_AddUsersToPolicy() uses the following values (which are defined in SmApi.h):
Flag |
Value |
---|---|
Sm_PolicyBehavior_Exclude_Mask Bit 0x01 determines whether user policy excludes or includes 'users.' |
0x01 |
Sm_PolicyBehavior_Exclude_No |
0x00 |
Sm_PolicyBehavior_Exclude_Yes |
0x01 |
Sm_PolicyBehavior_Recursive_Mask Bit 0x02 determines whether user policy is recursive. This is applicable to directory object classes that can be nested. |
0x02 |
Sm_PolicyBehavior_Recursive_No |
0x00 |
Sm_PolicyBehavior_Recursive_Yes |
0x02 |
Sm_PolicyBehavior_AND_Mask Bit 0x04 determines whether the user policy has an AND relationship between user policies. This is applicable to user policies that are members of a particular user directory within the policy. |
0x04 |
Sm_PolicyBehavior_AND_No |
0x00 |
Sm_PolicyBehavior_AND_Yes |
0x04 |
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |