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:
C/C++ Source or Header  |  1989-11-20  |  232 b   |  11 lines

  1. #define    WM_QUERYTASKFOCUS    0x0058
  2.  
  3. typedef struct _WHOISINFO {
  4.     USHORT    segNum;
  5.     USHORT    mte;
  6.     char    names[256];
  7. } WHOISINFO;
  8. typedef WHOISINFO far *PWHOISINFO;
  9.  
  10. int EXPENTRY IdentifyCodeSelector(USHORT, PWHOISINFO);
  11.