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.

28 lines
639 B

  1. /**************************************************************************\
  2. * Module Name: csuser.h
  3. *
  4. * User client/server shared definitions.
  5. *
  6. * Copyright (c) Microsoft Corp. 1990 All Rights Reserved
  7. *
  8. * Created: 10-Dec-90
  9. *
  10. * History:
  11. * 1 May 92 plagiarised by SteveDav
  12. *
  13. \**************************************************************************/
  14. #ifndef CSUSER_INCLUDED
  15. typedef struct _MMSNDCONNECT {
  16. IN ULONG ulVersion;
  17. OUT ULONG ulCurrentVersion;
  18. OUT HANDLE hFileMapping;
  19. OUT HANDLE hEvent;
  20. OUT HANDLE hMutex;
  21. } MMSNDCONNECT, *PMMSNDCONNECT;
  22. #define MMSNDCURRENTVERSION 0x1000
  23. #define CSUSER_INCLUDED
  24. #endif