Changeset 384


Ignore:
Timestamp:
Jul 15, 2003, 7:06:16 PM (22 years ago)
Author:
bird
Message:

#562: Added DosQueryModFromEIP, DosQueryABIOSSupport and DosReplaceModule prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/os2emx.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r383 r384  
    24952495#define PT_32BIT                1
    24962496
     2497#define HW_CFG_MCA              0x00000001
     2498#define HW_CFG_EISA             0x00000002
     2499#define HW_CFG_ABIOS_SUPPORTED  0x00000004
     2500#define HW_CFG_ABIOS_PRESENT    0x00000008
     2501#define HW_CFG_PCI              0x00000010
     2502#define HW_CFG_IBM_ABIOS        0x00000000
     2503#define HW_CFG_OEM_ABIOS        0x00000020
     2504#define HW_CFG_PENTIUM_CPU      0x00000040
    24972505
    24982506ULONG APIENTRY DosFreeModule (HMODULE hmod);
     
    25042512    PPFN pProcAddr);
    25052513ULONG APIENTRY DosQueryProcType (HMODULE hmod, ULONG ulOrdinal, PCSZ pszProcName,
    2506      PULONG pulProcType);
     2514    PULONG pulProcType);
     2515ULONG APIENTRY DosQueryModFromEIP (PHMODULE phmod, PULONG piObject, ULONG cbBuff,
     2516    PCHAR pchBuff, PULONG offObject, ULONG ulEIP);
     2517ULONG APIENTRY DosQueryABIOSSupport (ULONG ulReserved);
     2518ULONG APIENTRY DosReplaceModule (PCSZ pszOldModule, PCSZ pszNewModule, PCSZ pszBackupModule);
    25072519
    25082520#endif /* INCL_DOSMODULEMGR */
     
    25342546#define RT_FD                   21
    25352547#define RT_MAX                  22
     2548#define RT_RESNAMES             255
    25362549
    25372550#define RF_ORDINALID            0x80000000L
Note: See TracChangeset for help on using the changeset viewer.