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.

31 lines
454 B

  1. /*++
  2. Copyright (c) 1998-2000 Microsoft Corporation
  3. Module Name:
  4. drobject
  5. Abstract:
  6. This module defines the common parent for all client-side
  7. RDP device redirection classes, DrObject.
  8. Author:
  9. Tad Brockway 3/23/99
  10. Revision History:
  11. --*/
  12. #include <precom.h>
  13. #define TRC_FILE "DrObject"
  14. #include "drobject.h"
  15. ///////////////////////////////////////////////////////////////
  16. //
  17. // DrObject Members
  18. //