eventtoken.h 712 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*** Autogenerated by WIDL 7.7 from include/eventtoken.idl - Do not edit ***/
  2. #ifdef _WIN32
  3. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  4. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  5. #endif
  6. #include <rpc.h>
  7. #include <rpcndr.h>
  8. #endif
  9. #ifndef COM_NO_WINDOWS_H
  10. #include <windows.h>
  11. #include <ole2.h>
  12. #endif
  13. #ifndef __eventtoken_h__
  14. #define __eventtoken_h__
  15. /* Forward declarations */
  16. /* Headers for imported files */
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. struct EventRegistrationToken {
  21. INT64 value;
  22. };
  23. typedef struct EventRegistrationToken EventRegistrationToken;
  24. /* Begin additional prototypes for all interfaces */
  25. /* End additional prototypes */
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* __eventtoken_h__ */