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.

42 lines
784 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1998 - 2000
  3. Module Name:
  4. private.h
  5. Abstract:
  6. This module contains private definitions for DRMK.sys
  7. Author:
  8. Frank Yerrace (FrankYe) 18-Sep-2000
  9. Dale Sather (DaleSat) 31-Jul-1998
  10. --*/
  11. extern "C" {
  12. #include <wdm.h>
  13. }
  14. #include <unknown.h>
  15. #include <ks.h>
  16. #include <windef.h>
  17. #include <stdio.h>
  18. #include <windef.h>
  19. #include <unknown.h>
  20. #include <kcom.h>
  21. #if (DBG)
  22. #define STR_MODULENAME "DRMKAUD:"
  23. #endif
  24. #include <ksdebug.h>
  25. #define POOLTAG 'AMRD'
  26. #pragma code_seg("PAGE")
  27. EXTERN_C void DrmGetFilterDescriptor(const KSFILTER_DESCRIPTOR ** ppDrmFitlerDescriptor);
  28. EXTERN_C NTSTATUS __stdcall DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPathName);