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.
|
|
;//+------------------------------------------------------------------------- ;// ;// 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
|