Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
450 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. sample\ipsample.h
  5. Abstract:
  6. The file contains the header for ipsample.c.
  7. --*/
  8. #ifndef _IPSAMPLE_H_
  9. #define _IPSAMPLE_H_
  10. #ifdef __cplusplus
  11. extern "C"
  12. {
  13. #endif // __cplusplus
  14. #ifndef SAMPLEAPI
  15. #define SAMPLEAPI __declspec(dllimport)
  16. #endif // SAMPLEAPI
  17. SAMPLEAPI
  18. VOID
  19. WINAPI
  20. TestProtocol(VOID);
  21. #ifdef __cplusplus
  22. }
  23. #endif // __cplusplus
  24. #endif // _IPSAMPLE_H_