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.

26 lines
1.2 KiB

  1. /****************************************************************************/
  2. /* aupdata.c */
  3. /* */
  4. /* RDP update packer global data. */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1992-1996 */
  7. /* (C) 1997-1999 Microsoft Corp. */
  8. /****************************************************************************/
  9. #include <ndcgdata.h>
  10. DC_DATA(BOOLEAN, upfSyncTokenRequired, FALSE);
  11. DC_DATA(BOOLEAN, upCanSendBeep, FALSE);
  12. // Precalculated update-orders PDU header size. Different based on fast-path
  13. // output vs. regular.
  14. DC_DATA(unsigned, upUpdateHdrSize, 0);
  15. /****************************************************************************/
  16. /* Compression ststistics */
  17. /****************************************************************************/
  18. DC_DATA (unsigned, upCompTotal, 0);
  19. DC_DATA (unsigned, upUncompTotal, 0);