MEIPlatformMessage

MEIPlatformMessage

 

typedef enum {

    MEIPlatformMessagePLATFORM_INVALID,
    MEIPlatformMessageDEVICE_INVALID,
    MEIPlatformMessageDEVICE_ERROR,
    MEIPlatformMessageDEVICE_MAP_ERROR,
} MEIPlatformMessage;
Description
  MEIPlatformMessageDEVICE_INVALID Unable to communicate to XMP device driver. (WIN32 Only: If you receive this error, verify that that device driver has been started.)
  MEIPlatformMessageDEVICE_ERROR A low level device driver call has failed. If you receive this error, check for hardware resource conflicts such as base address and IRQ number.
  MEIPlatformMessageDEVICE_MAP_ERROR The device driver is unable to map the XMP memory to host memory system. If you receive this error, check for hardware base address conflict.
     
See Also