VirtualBox

Changeset 52205 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 26, 2014 11:58:18 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95265
Message:

VBox/err.h: four VERR_SUP_VP_* status codes for the latest SUP changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r51977 r52205  
    24932493 * http://www.symantec.com/connect/articles/creating-application-control-exclusions-symantec-endpoint-protection-121 */
    24942494#define VERR_SUP_VP_SYSFER_DLL                      (-5662)
    2495 
     2495/** Process Purification Failure: KERNE32.DLL already mapped into the initial
     2496 *  process (suspended). */
     2497#define VERR_SUP_VP_KERNEL32_ALREADY_MAPPED         (-5663)
     2498/** Process Purification Failure: NtFreeVirtualMemory failed on a chunk of
     2499 *  executable memory which shouldn't be present in the process. */
     2500#define VERR_SUP_VP_FREE_VIRTUAL_MEMORY_FAILED      (-5664)
     2501/** Process Purification Failure: Both NtUnmapViewOfSetion and
     2502 *  NtProtectVirtualMemory failed to get rid of or passify an non-image
     2503 *  exectuable mapping. */
     2504#define VERR_SUP_VP_UNMAP_AND_PROTECT_FAILED        (-5665)
     2505/** Process Purification Failure: Unknown memory type of executable memory.   */
     2506#define VERR_SUP_VP_UNKOWN_MEM_TYPE                 (-5666)
    24962507
    24972508/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette