ISAInfoStructure

Syntax

    struct ISAInfoStructure 
    { 
        LONG   PnPISABIOSPresentFlag;
        WORD   PnPISABIOSMajorVer;
        WORD   PnPISABIOSMinorVer;
        WORD   PnPISABIOSReserved;
        LONG   PnPISACMPresentFlag;
        LONG   PnPISACMType;
        WORD   PnPISACMMajorVer;
        WORD   PnPISACMMinorVer;
        WORD   PnPISACMReserved;
        LONG   NetFRAMEFlag;
        LONG   NonATCompatibleFlag;
        LONG   ISAInfoReserved0;
        LONG   ISAInfoReserved1;
        LONG   ISAInfoReserved2;
        LONG   ISAInfoReserved3;
    };
    

Remarks

The ISAInfoStructure is not a NovellĀ® defined structure and is included here only as an example.

This structure is not included in the header files.

For additional information about ISAInfoStructure, refer to the Plug and Play ISA Specification.