home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
os2sdk
/
os2sdk12
/
include
/
selector.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-20
|
232 b
|
11 lines
#define WM_QUERYTASKFOCUS 0x0058
typedef struct _WHOISINFO {
USHORT segNum;
USHORT mte;
char names[256];
} WHOISINFO;
typedef WHOISINFO far *PWHOISINFO;
int EXPENTRY IdentifyCodeSelector(USHORT, PWHOISINFO);