Security level enumeration.
typedef enum _PRL_SECURITY_LEVEL { PSL_LOW_SECURITY = 0, PSL_NORMAL_SECURITY = 1<<0, PSL_HIGH_SECURITY = 1<<1 } PRL_SECURITY_LEVEL;
PrlCommandsFlags.h
Defines levels of security that can be used in client/server communications.