home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / msjv7_4.zip / NETBIOS2.ARJ / WNETBIOS.H < prev    next >
C/C++ Source or Header  |  1992-07-01  |  708b  |  23 lines

  1. /****************************************************************************
  2.     FILE: NETIO.H
  3.  
  4.     PURPOSE: contains function declarations and #defines,
  5.              exported ny wnetbios.dll (wnetbios.c)
  6.  
  7.     History:
  8.                 January, 1992       Ray Patch      Created
  9. ****************************************************************************/
  10.  
  11.  
  12. #define NOTIFY_OFF        0x0000
  13. #define NOTIFY_IF_SYNC        0x0001
  14. #define NOTIFY_IF_ASYNC     0x0002
  15. #define NOTIFY_ALL        (NOTIFY_IF_SYNC | NOTIFY_IF_ASYNC)
  16.  
  17. extern WORD _far _pascal NetBiosRequest(LPVOID pNCB);
  18.  
  19. extern int  _far _pascal NetBiosPostMessage(HWND hWnd,
  20.                         unsigned iMessage,
  21.                         WORD wParam,
  22.                         PNCB pNcb);
  23.