mirror of https://github.com/tongzx/nt5src
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
32 lines
776 B
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;//
|
|
;// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
;//
|
|
;// File: storprop.def
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
LIBRARY CMDHELP.DLL
|
|
|
|
EXPORTS
|
|
;
|
|
; routines used internally to validate stuff
|
|
; exported to help track problems down to
|
|
; why the routines fail.
|
|
;
|
|
|
|
CmdHelpValidateStringOctal
|
|
CmdHelpValidateStringDecimal
|
|
CmdHelpValidateStringHex
|
|
|
|
;
|
|
; these routines simplify the acquisition of data
|
|
; from the user.
|
|
;
|
|
|
|
CmdHelpValidateStringHexQuoted
|
|
CmdHelpScanQuotedHexString
|
|
|
|
|