Leaked source code of windows server 2003
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.

35 lines
1.0 KiB

  1. //
  2. // MTGSET.H
  3. // Meeting Setting definitions and structures
  4. //
  5. // Copyright (c) Microsoft Copr., 1999-
  6. //
  7. #ifndef _MTGSET_H
  8. #define _MTGSET_H
  9. extern GUID g_csguidMeetingSettings;
  10. //
  11. // Remote permission flags NM 3.0
  12. //
  13. #define NM_PERMIT_OUTGOINGCALLS 0x00000001
  14. #define NM_PERMIT_INCOMINGCALLS 0x00000002
  15. #define NM_PERMIT_SENDAUDIO 0x00000004
  16. #define NM_PERMIT_SENDVIDEO 0x00000008
  17. #define NM_PERMIT_SENDFILES 0x00000010
  18. #define NM_PERMIT_STARTCHAT 0x00000020
  19. #define NM_PERMIT_STARTOLDWB 0x00000040 // WILL BE OBSOLETE IN A WHILE
  20. #define NM_PERMIT_USEOLDWBATALL 0x00000080 // "", for RDS
  21. #define NM_PERMIT_STARTWB 0x00000100
  22. #define NM_PERMIT_SHARE 0x00000200
  23. #define NM_PERMIT_STARTOTHERTOOLS 0x00000400
  24. #define NM_PERMIT_ALL 0x000007FF
  25. // This is the structure of the GUID_MTGSETTINGS data
  26. typedef DWORD NM30_MTG_PERMISSIONS;
  27. #endif // ndef _MTGSET_H