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.

47 lines
615 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. vrputil.h
  5. Abstract:
  6. Contains 'private' Vdm Redir (Vrp) 32-bit side utility routine protoypes:
  7. VrpMapLastError
  8. VrpMapDosError
  9. Author:
  10. Richard L Firth (rfirth) 13-Sep-1991
  11. Environment:
  12. 32-bit flat address space
  13. Revision History:
  14. 13-Sep-1991 RFirth
  15. Created
  16. --*/
  17. WORD
  18. VrpMapLastError(
  19. VOID
  20. );
  21. WORD
  22. VrpMapDosError(
  23. IN DWORD ErrorCode
  24. );
  25. WORD
  26. VrpTranslateDosNetPath(
  27. IN OUT LPSTR* InputString,
  28. OUT LPSTR* OutputString
  29. );