33 lines
776 B
Modula-2
33 lines
776 B
Modula-2
|
;//+-------------------------------------------------------------------------
|
||
|
;//
|
||
|
;// 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
|
||
|
|
||
|
|