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.
|
|
/****************************************************************************/ /* aupapi.h */ /* */ /* RDP Update Packager API functions */ /* */ /* Copyright(c) Microsoft, PictureTel 1993-1996 */ /* (C) 1997-1999 Microsoft Corp. */ /****************************************************************************/
#ifndef _H_AUPAPI
#define _H_AUPAPI
// Size of sample for OE2 compression statistics.
#define UP_SAMPLE_SIZE 32768
#endif /* ndef _H_AUPAPI */
|