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
322 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. ntvdmp.h
  5. Abstract:
  6. Vdm Private include file for platform independent vdm support functions
  7. Author:
  8. 20-May-1994 Jonle
  9. Revision History:
  10. --*/
  11. NTSTATUS
  12. VdmQueryDirectoryFile(
  13. PVDMQUERYDIRINFO VdmQueryDir
  14. );