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.

25 lines
1009 B

  1. /****************************************************************************/
  2. /* ascapi.h */
  3. /* */
  4. /* Share Controller API Header File. */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1992-1996 */
  7. /* (C) 1997-1999 Microsoft Corp. */
  8. /****************************************************************************/
  9. #ifndef _H_ASCAPI
  10. #define _H_ASCAPI
  11. // Hardcoded max users in share, and PersonID values corresponding to them.
  12. #define SC_DEF_MAX_PARTIES 3
  13. #define SC_LOCAL_PERSON_ID 0
  14. #define SC_REMOTE_PERSON_ID 1
  15. #define SC_SHADOW_PERSON_ID 2
  16. // Size of sample for MPPC compression statistics.
  17. #define SC_SAMPLE_SIZE 65535
  18. #endif /* #ifndef _H_ASCAPI */