Ignore:
Timestamp:
Mar 11, 2000, 1:00:04 AM (25 years ago)
Author:
sandervl
Message:

added undocumented os/2 api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2newapi.h

    r123 r3078  
    1 /* $Id: os2newapi.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */
     1/* $Id: os2newapi.h,v 1.3 2000-03-11 00:00:04 sandervl Exp $ */
    22/*
    33 *
     
    5050#endif
    5151
     52//undocumented OS/2 api to read data from an executable image
     53
     54#define QHINF_EXEINFO       1 /* NE exeinfo. */
     55#define QHINF_READRSRCTBL   2 /* Reads from the resource table. */
     56#define QHINF_READFILE      3 /* Reads from the executable file. */
     57#define QHINF_LIBPATHLENGTH 4 /* Gets the libpath length. */
     58#define QHINF_LIBPATH       5 /* Gets the entire libpath. */
     59#define QHINF_FIXENTRY      6 /* NE only */
     60#define QHINF_STE           7 /* NE only */
     61#define QHINF_MAPSEL        8 /* NE only */
     62
     63APIRET APIENTRY DosQueryHeaderInfo(HMODULE hmod,
     64                                   ULONG   ulIndex,
     65                                   PVOID   pvBuffer,
     66                                   ULONG   cbBuffer,
     67                                   ULONG   ulSubFunction);
     68
    5269#endif //__OS2SEL_H__
Note: See TracChangeset for help on using the changeset viewer.