N_errorType

Declaration

typedef enum {
    nOK,
    nNotDetected,
    nNotPOSTed,
    nDriverNotFound,
    nCorruptDriver,
    nLoadMem,
    nOldVersion,
    nMemMapError,
    nIOError,
    nIRQHookFailed,
    nNotCertified,
    nInternalError,
    nOutOfMemory,
    nOutOfResources,
    nInvalidParameter,
    nNoAGPSupport,
    nInvalidLicense,
    nNotLicensed,
    nMaxError
    } N_errorType

Prototype In

snap/common.h

Description

Error codes returned by N_status to indicate the driver load status if loading the device driver failed.

Members

nOK

No error

nNotDetected

Hardware not detected

nNotPOSTed

Hardware has not been POSTed

nDriverNotFound

Driver file not found

nCorruptDriver

File loaded not a driver file

nLoadMem

Not enough memory to load driver

nOldVersion

Driver file is an older version

nMemMapError

Could not map physical memory areas

nIOError

General I/O error

nIRQHookFailed

Could not hook required hardware IRQ

nNotCertified

Driver is not certified

nInternalError

Internal device driver error

nOutOfMemory

Not enough memory to complete operation

nOutOfResources

Not enough spare resources to complete operation

nInvalidParameter

Invalid parameter passed to function

nNoAGPSupport

No AGP support services found

nInvalidLicense

License is invalid

nNotLicensed

Feature is not licensed

 

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