PMEnableWriteCombineErrors

Declaration

typedef enum {
    PM_MTRR_ERR_OK                  = 0,
    PM_MTRR_NOT_SUPPORTED           = -1,
    PM_MTRR_ERR_PARAMS              = -2,
    PM_MTRR_ERR_NOT_4KB_ALIGNED     = -3,
    PM_MTRR_ERR_BELOW_1MB           = -4,
    PM_MTRR_ERR_NOT_ALIGNED         = -5,
    PM_MTRR_ERR_OVERLAP             = -6,
    PM_MTRR_ERR_TYPE_MISMATCH       = -7,
    PM_MTRR_ERR_NONE_FREE           = -8,
    PM_MTRR_ERR_NOWRCOMB            = -9,
    PM_MTRR_ERR_NO_OS_SUPPORT       = -10
    } PMEnableWriteCombineErrors

Prototype In

pmapi.h

Description

Error codes returned by PM_enableWriteCombine. Error code names are self explanatory.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com