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