|
|
Microsoft Windows NT Build 297 06-28-1992
/************************************************************************\
*
* LOOKUP.H
*
\************************************************************************/
/************************************************************************\
* TYPEDEFS
\************************************************************************/
union LOOKUPINDEX
{
int iIndex;
WORD wIndex;
DWORD dwIndex;
};
union LOOKUPVALUE
{
int iValue;
DWORD dwValue;
};
typedef struct {
union LOOKUPINDEX x;
union LOOKUPVALUE v;
LPSTR lpszValue;
} LOOKUPENTRY, *PLOOKUPENTRY;
/************************************************************************\
* FUNCTION PROTOTYPES
\************************************************************************/
DWORD dwLookupWord (PLOOKUPENTRY, WORD, int);
int iLookupWord (PLOOKUPENTRY, WORD, int);
LPTSTR lpszLookupInt (PLOOKUPENTRY, int, int);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.