home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / netmon / remapi / remapi.h < prev   
Encoding:
C/C++ Source or Header  |  1996-10-15  |  579 b   |  25 lines

  1.  
  2. //==========================================================================================================================
  3. //  MODULE: RemAPI.h
  4. //
  5. //  Description:
  6. //
  7. //  Bloodhound parser SMB Remote APIs
  8. //
  9. //  Modification History
  10. //
  11. //  Steve Hiskey        07/07/94        Created
  12. //==========================================================================================================================
  13.  
  14. #include <windows.h>
  15. #include <string.h>
  16. #include <bh.h>
  17. #include <inilib.h>
  18.  
  19.  
  20. #pragma pack(1)
  21.  
  22. #define FORMAT_BUFFER_SIZE 80
  23.  
  24. #pragma pack()
  25.