__VSPROFILECATEGORYSECURITY Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the current user profile security level returned with calls to GetSecurityLevel(UInt32).
public enum class __VSPROFILECATEGORYSECURITY
public enum class __VSPROFILECATEGORYSECURITY
enum __VSPROFILECATEGORYSECURITY
public enum __VSPROFILECATEGORYSECURITY
type __VSPROFILECATEGORYSECURITY =
Public Enum __VSPROFILECATEGORYSECURITY
- Inheritance
-
__VSPROFILECATEGORYSECURITY
Fields
Name | Value | Description |
---|---|---|
PCSEC_SAFE | 0 | The settings in this category are safe. |
PCSEC_THREAT_VS | 1 | The settings in this category could threaten the Visual Studio user experience. |
PCSEC_THREAT_MACHINE | 2 | The settings in this category could threaten the machine, or user data. |
Remarks
COM Signature
From vsshell80.idl:
enum __VSPROFILECATEGORYSECURITY
{
PCSEC_SAFE = 0x00000000,
PCSEC_THREAT_VS = 0x00000001,
PCSEC_THREAT_MACHINE = 0x00000002,
};
typedef DWORD VSPROFILECATEGORYSECURITY;