Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SECURITY_MANDATORY" in [All]

Constants

.

    const int SECURITY_MANDATORY_UNTRUSTED_RID = (0x00000000);

.

    const int SECURITY_MANDATORY_LOW_RID = (0x00001000);

.

    const int SECURITY_MANDATORY_MEDIUM_RID = (0x00002000);

.

    const int SECURITY_MANDATORY_HIGH_RID = (0x00003000);

.

    const int SECURITY_MANDATORY_SYSTEM_RID = (0x00004000);

.

    const int SECURITY_MANDATORY_PROTECTED_PROCESS_RID = (0x00005000);

.

        const int SECURITY_MANDATORY_UNTRUSTED_RID = (0x00000000);

.

        const int SECURITY_MANDATORY_LOW_RID = (0x00001000);

.

        const int SECURITY_MANDATORY_MEDIUM_RID = (0x00002000);

.

        const int SECURITY_MANDATORY_HIGH_RID = (0x00003000);

.

        const int SECURITY_MANDATORY_SYSTEM_RID = (0x00004000);

.

        const int SECURITY_MANDATORY_PROTECTED_PROCESS_RID = (0x00005000);

.

                            if (dwIntegrityLevel == SECURITY_MANDATORY_LOW_RID) {

.

                            else if (dwIntegrityLevel >= SECURITY_MANDATORY_MEDIUM_RID && dwIntegrityLevel < SECURITY_MANDATORY_HIGH_RID) {

.

                            else if (dwIntegrityLevel >= SECURITY_MANDATORY_HIGH_RID) {

.

                            else if (dwIntegrityLevel >= SECURITY_MANDATORY_SYSTEM_RID) {


 
Access PInvoke.net directly from VS: