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.

32 lines
776 B

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1998 - 1999
  6. ;//
  7. ;// File: storprop.def
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. LIBRARY CMDHELP.DLL
  11. EXPORTS
  12. ;
  13. ; routines used internally to validate stuff
  14. ; exported to help track problems down to
  15. ; why the routines fail.
  16. ;
  17. CmdHelpValidateStringOctal
  18. CmdHelpValidateStringDecimal
  19. CmdHelpValidateStringHex
  20. ;
  21. ; these routines simplify the acquisition of data
  22. ; from the user.
  23. ;
  24. CmdHelpValidateStringHexQuoted
  25. CmdHelpScanQuotedHexString