Source code of Windows XP (NT5)
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.

29 lines
298 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. rdrexp.h
  5. Abstract:
  6. Definition of Vdm Redir BOP dispatcher
  7. Author:
  8. Richard L Firth (rfirth) 13-Sep-1991
  9. Revision History:
  10. 13-Sep-1991 rfirth
  11. Created
  12. --*/
  13. BOOL
  14. VrDispatch(
  15. IN ULONG SvcCode
  16. );