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.

31 lines
773 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // INTEL Corporation Proprietary Information
  3. // This listing is supplied under the terms of a license agreement with Intel
  4. // Corporation and many not be copied nor disclosed except in accordance
  5. // with the terms of that agreement.
  6. // Copyright (c) 1995, 1996 Intel Corporation.
  7. //
  8. //
  9. // Module Name: lh.h
  10. // Environment: MSVC 4.0, OLE 2
  11. /////////////////////////////////////////////////////////////////////////////////
  12. #ifndef LH_H
  13. #define LH_H
  14. #ifdef __cplusplus
  15. typedef struct : public PPMSESSPARAM_T
  16. {
  17. DWORD msec;
  18. } LHSESSPARAM_T;
  19. #else /* __cplusplus */
  20. typedef struct {
  21. PPMSESSPARAM_T ppmSessParam;
  22. DWORD msec;
  23. } LHSESSPARAM_T;
  24. #endif /* __cplusplus */
  25. #endif // LH_H