All Constants

Name Unit Description
bfstDefaultBufferSize classwork

This constant defines the default size, in bytes, for buffers used by instances of ABufferedStream.

bfstErrorAllocatingBuffer classwork

This string contains the error message used when ABufferedStream.around fails to allocate a buffer to use in buffering input from or output to a stream.

bnlfStringRepresentation classwork

This string controls the way a representation of ABinaryLeaf is constructed by ABinaryLeaf.toString.

bntrDefaultNodePrintingPrefix classwork

This string is used as the default prefix when ABinaryTree.printTo causes its nodes to be printed to a stream.

bntrDefaultNodePrintingSuffix classwork

This string is used as the default suffix when ABinaryTree.printTo causes its nodes to be printed to a stream.

bntrDefaultPrintingSuffix classwork

This string is used as the default suffix when ABinaryTree.printTo prints a description of the tree to a given stream.

bntrStringRepresentationPlural classwork

This string controls the way a representation of ABinaryTree is constructed by ABinaryTree.toString when the tree does not have exactly one node.

bntrStringRepresentationSingular classwork

This string controls the way a representation of ABinaryTree is constructed by ABinaryTree.toString when the tree has exactly one node.

charsBeginQuoteCharacter classwork

The default opening quote character used

charsDigits classwork

Letters that are considered digits

charsEndQuoteCharacter classwork

The default closing quote character used

charsLowercaseLetters classwork

Letters that are considered lowercase

charsUppercaseLetters classwork

Letters that are considered uppercase

clchAcceptedValuesDescription linearc

This string controls the format of the extra string appended to the result returned when ACommandLineChoice.usageString is called.

clchDefaultValueDescription linearc

This string contains the default description returned by ACommandLineChoice.valueDescription if no other description is set when the option is constructed.

clchErrorValueExpected linearc

This string controls the format of the error message emitted by ACommandLineChoice.setValue in the event that the routine is given a value which is incompatible with the option.

clflDefaultValueDescription linearc

This string contains the default description returned by ACommandLineFlag.valueDescription if no other description is set when the option is constructed.

clfrAcceptedValuesDescription linearc

This string controls the format of the extra string appended to the result returned when ACommandLineFloatRange.usageString is called.

clfrDefaultValueDescription linearc

This string contains the default description returned by ACommandLineFloatRange.valueDescription if no other description is set when the option is constructed.

clfrErrorValueExpected linearc

This string controls the format of the error message emitted by ACommandLineFloatRange.setValue in the event that the routine is given a value which is incompatible with the option.

clirAcceptedValuesDescription linearc

This string controls the format of the extra string appended to the result returned when ACommandLineIntegerRange.usageString is called.

clirDefaultValueDescription linearc

This string contains the default description returned by ACommandLineIntegerRange.valueDescription if no other description is set when the option is constructed.

clirErrorValueExpected linearc

This string controls the format of the error message emitted by ACommandLineIntegerRange.setValue in the event that the routine is given a value which is incompatible with the option.

clnmDefaultValueDescription linearc

This string contains the default description returned by ACommandLineNumber.valueDescription if no other description is set when the option is constructed.

clodPrintHeaderRepresentation linearc

This string controls the format of the header printed when ACommandLineOptionDictionary.printUsageTo is called.

clopAbbreviationsRepresentation linearc

This string controls the format of the string used to indicate to the user what abbreviations may be given instead of the full name of an option.

clopAssignmentOperator linearc

This string determines the character that is used to indicate a value should be assigned to a named option.

clopAssignmentRepresentation linearc

This string controls the format of the string used to indicate to the user which values may be assigned to an option.

clopDefaultValueDescription linearc

This string contains the default description returned by ACommandLineOption.valueDescription if no other description is set when the option is constructed.

clopDefaultValueRepresentation linearc

This string controls the format of the string used to indicate the default value of an option to the user.

clopDescriptionColumn linearc

This constant is used to determine where the descriptions of command-line options begin when printed to a text-based device, such as a console.

clopErrorValueExpected linearc

This string controls the format of the error message issued in the event that ACommandLineOption.setValue is given a value that it cannot use, based on the definition of the option.

clopFlagRepresentation linearc

This string controls the format of the string used to indicate to the user which values may be assigned to an option.

clopNameColumn linearc

This constant is used to determine where the names of command-line options begin when printed to a text-based device, such as a console.

clopParameterAbbreviationDelimiter linearc

This string determines the characters that are used to indicate the abbreviated name of a command line parameter when it is passed on the command line.

clopParameterNameDelimiter linearc

This string determines the characters that are used to indicate a parameter name on the command line.

clopStringRepresentation linearc

This string controls the format of the string returned when ACommandLineOption.usageString is called.

clstDefaultValueDescription linearc

This string contains the default description returned by ACommandLineString.valueDescription if no other description is set when the option is constructed.

clswDefaultValueDescription linearc

This string contains the default description returned by ACommandLineSwitch.valueDescription if no other description is set when the option is constructed.

cntrErrorLimitReached classwork

This string is used to format the error message passed to instances of ACounterOverageError when ACounter.increment raises it.

cntrStringRepresentation classwork

This string is used by ACounter.toString to control how a string representation of ACounter is produced.

ctlsDefaultPrintingPrefix classwork

This string is used by ACounterList.printSelfTo as the prefix passed to ACounter.printTo.

ctlsDefaultPrintingSuffix classwork

This string is used by ACounterList.printSelfTo as the suffix passed to ACounter.printTo.

ctlsPrintedSummaryHeader classwork

This string is used by ACounterList.printSelfTo as the banner header printed to the destination stream before the values of each counter in the list are printed.

errDefaultMessage classwork

This string specifies the default error message that is used when no other message is passed during construction to an instance of AnException.

errStringRepresentation classwork

This string governs the output of AnException.toString when no error code was passed to the associated exception on construction.

errStringRepresentationWithCode classwork

This string governs the output of AnException.toString when an error code was passed to the associated exception on construction.

fserrInvalidFileName classwork

This string is used to raise an exception in the event that the constructors for AFileInputStream or AFileOutputStream are passed an empty string as the name of a file.

fserrOpenRead classwork

This string controls the format of the message displayed when the constructor for AFileInputStream or its descendants fails to open a specified file for reading.

fserrOpenWrite classwork

This string controls the format of the message displayed when the constructor for AFileOutputStream or its descendants fails to open a specified file for writing.

fserrReading classwork

This string controls the format of the message displayed when a call to AFileInputStream.read fails for some reason.

fserrWriting classwork

This string controls the format of the message displayed when a call to AFileOutputStream.write fails for some reason.

ioAccessDenied classwork

 

ioDataCheckFailed classwork

 

ioDriveNotFound classwork

 

ioDriveProtected classwork

 

ioDriveReadFailure classwork

 

ioDriveUnavailable classwork

 

ioDriveWriteFailure classwork

 

ioFileNotFound classwork

 

ioFileNotOpen classwork

 

ioHardwareFailure classwork

 

ioIncorrectMedia classwork

 

ioInvalidDrive classwork

 

ioInvalidHandle classwork

 

ioInvalidNumber classwork

 

ioInvalidOperation classwork

 

ioNoFileHandle classwork

 

ioPathNotFound classwork

 

ioPrinterPaper classwork

 

ioReadError classwork

 

ioReadOnly classwork

 

ioRemovingDirectory classwork

 

ioRenamingFailed classwork

 

ioSectorNotFound classwork

 

ioSeekFailure classwork

 

ioSuccess classwork

I/O status messages

ioTooManyFiles classwork

 

ioUnknown classwork

 

ioUnknownCommand classwork

 

ioUnknownDevice classwork

 

ioWriteError classwork

 

ioWriteOnly classwork

 

lcappErrorUnsetRequiredOption linearc

 

lcappHelpDescription linearc

 

lcappHelpLongString linearc

 

lcappHelpShortString linearc

linearcstatements.inc - A descendant of AConsoleApplication that builds and executes a command-line parser automatically.

lcappUsageHelpDescription linearc

 

lcappUsageStringFormat linearc

 

lcappVersionDefaultAdditionalItems linearc

This array can be used to determine whether and how ALinearCConsoleApplication.printVersionTo prints additional items besides just the program name and version.

lcappVersionDescription linearc

 

lcappVersionLongString linearc

 

lcappVersionStringFormat linearc

 

lcbxErrorBooleanExpressionExpected linearc

This string controls the format of the error message emitted by ALinearCBooleanExpression.parse when an invalid boolean expression is encountered.

lccsDigit linearc

This string specifies the characters that LinearC recognizes as beginning a numeric constant.

lccsLetter linearc

This string specifies the characters that LinearC recognizes as alphanumeric.

lccsSpecial linearc

This string specifies the characters that LinearC recognizes as operators or delimiters.

lccxErrorInvalidOperation linearc

This string controls the format of the error message emitted by ALinearCCompoundExpression.performOperation when an attempt is made to peform a mathematical operation on incompatible value types.

lcdlBackslash linearc

 

lcdlBackslashString linearc

In order to parse Windows-style paths, the LinearC parser must know about backslash characters.

lcdlBeginLongOption linearc

 

lcdlBeginShortOption linearc

 

lcdlLeftParen linearc

 

lcdlLeftParenString linearc

In order to parse compound expressions, the LinearC parser must know when one expression begins and ends.

lcdlQuote1 linearc

 

lcdlQuote1String linearc

In order to parse strings, the LinearC parser must know when one begins and ends.

lcdlQuote2 linearc

 

lcdlQuote2String linearc

In order to parse strings, the LinearC parser must know when one begins and ends.

lcdlRightParen linearc

 

lcdlRightParenString linearc

In order to parse compound expressions, the LinearC parser must know when one expression begins and ends.

lckwFalse linearc

 

lckwFalseString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwNoFull linearc

 

lckwNoFullString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwNoShort linearc

 

lckwNoShortString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwOff linearc

 

lckwOffString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwOn linearc

 

lckwOnString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwTrue linearc

 

lckwTrueString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwYesFull linearc

 

lckwYesFullString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lckwYesShort linearc

 

lckwYesShortString linearc

In order to process switch options, LinearC must define some tokens that represent truth and falsehood.

lcnxErrorInvalidNumber linearc

This string controls the format of the error message emitted by ALinearCNumericExpression.parse when it encounters something that looks like it should be a number, but which cannot be evaluated as such.

lcopAnd linearc

 

lcopAndString linearc

The LinearC parser allows bitwise operations on numeric values.

lcopAssign linearc

 

lcOpcodeCount linearc

This constant represents the total number of opcodes defined for the LinearC language.

lcopDivide linearc

 

lcopDivideString linearc

The LinearC parser supports basic arithmetic operations on the command line.

lcopExponent linearc

 

lcopExponentString linearc

The LinearC parser supports basic arithmetic operations on the command line.

lcopMinus linearc

 

lcopMinusString linearc

The LinearC parser supports basic arithmetic operations on the command line.

lcopModulo linearc

 

lcopModuloString linearc

The LinearC parser supports basic arithmetic operations on the command line.

lcopNot linearc

 

lcopNotString linearc

The LinearC parser allows boolean options to be defined as NOT true or NOT false.

lcopOr linearc

 

lcopOrString linearc

The LinearC parser allows bitwise operations on numeric values.

lcopPlus linearc

The opcodes recognized by the language

lcopPlusString linearc

The LinearC parser supports basic arithmetic operations on the command line.

lcopShl linearc

 

lcopShlString linearc

The LinearC parser allows bitwise operations on numeric values.

lcopShr linearc

 

lcopShrString linearc

The LinearC parser allows bitwise operations on numeric values.

lcopTimes linearc

 

lcopTimesString linearc

The LinearC parser supports basic arithmetic operations on the command line.

lcstWarningUnknownOption linearc

This string controls the format of the warning issued in the event that ALinearCAssignmentStatement.parse encounters an attempt to name an option on the command line that was not defined in its list of available options.

lcxpErrorValidExpressionExpected linearc

This string controls the format of the error message emitted by ALinearCExpression.parse when an invalid expression is encountered.

letkStringRepresentation parsing

This constant defines how a string representation of ALineEndingToken is constructed when ALineEndingToken.toString is called.

lgerCounterName classwork

This string is used as the default name for the counter to be incremented when instances of ALoggedError are logged.

lgerStringRepresentation classwork

This string controls the way an instance of ALoggedError is represented as a string by ALoggedError.toString.

lgfeCounterName classwork

This string is used as the default name for the counter to be incremented when instances of ALoggedFatalError are logged.

lgfeStringRepresentation classwork

This string controls the way an instance of ALoggedFatalError is represented as a string by ALoggedFatalError.toString.

lghtCounterName classwork

This string is used as the default name for the counter to be incremented when instances of ALoggedHint are logged.

lghtStringRepresentation classwork

This string controls the way an instance of ALoggedHint is represented as a string by ALoggedHint.toString.

lgitCounterName classwork

This string is used as the default name for the counter to be incremented when instances of ALoggedItem are logged.

lgntCounterName classwork

This string is used as the default name for the counter to be incremented when instances of ALoggedNote are logged.

lgntStringRepresentation classwork

This string controls the way an instance of ALoggedNote is represented as a string by ALoggedNote.toString.

lgwrCounterName classwork

This string is used as the default name for the counter to be incremented when instances of ALoggedWarning are logged.

lgwrStringRepresentation classwork

This string controls the way an instance of ALoggedWarning is represented as a string by ALoggedWarning.toString.

LINE_ENDING_APPLE parsing

This constant defines the character which makes up a typical Apple-style line ending.

LINE_ENDING_UNIX parsing

This constant the defines the character which makes up a typical Unix-style line ending.

LINE_ENDING_WINDOWS parsing

This constant defines the sequence of characters which makes up typical Windows-style line endings.

llstDefaultDelimiter classwork

This string is used as the default delimiter by ALinkedList.explode and ALinkedList.implode when no other delimiter is supplied.

llstDefaultNodePrintingPrefix classwork

This string is used by ALinkedList.printTo.

llstDefaultNodePrintingSuffix classwork

This string is used by ALinkedList.printTo.

llstDelimiterTabbedColumn classwork

This string can be passed to ALinkedList.implode to cause its output to be formatted into a single column composed of many rows instead of a lengthy string.

llstStringRepresentationPlural classwork

This string controls how a string representation of ALinkedList is constructed by ALinkedList.toString.

llstStringRepresentationSingular classwork

This string controls how a string representation of ALinkedList is constructed by ALinkedList.toString.

mapDefaultDelimiter classwork

This string is used as the default key/value pair delimiter when none is provided to AMapping.implode, AMapping.explode, AMappingEntry.fromDelimitedString, and AMappingEntry.implode.

nodeStringRepresentationPlural classwork

Specifies the format to use when creating a string representation of ANode that does not have one immediate child (it has either none or more than one child).

nodeStringRepresentationSingular classwork

Specifies the format to use when creating a string representation of ANode that has only one immediate child.

objErrorInitializing classwork

This is the format of the error message passed to the exception raised when AnObject.init returns False.

parsFatalUnexpectedEOS parsing

This string defines the error message and format used when the end of a stream is encountered unexpectedly.

parsSyntaxUnexpectedToken parsing

This constant defines the format of the error message logged by instances of AParser when AParser.resyncToToken and AParser.resyncTo encounter an unexpected token in the source.

plcsTypicalDigit parsing

This string defines the characters which are typically allowed to begin numeric constants in various languages.

plcsTypicalEndOfLine parsing

This string defines the characters which are typically counted as line ending characters by various languages.

plcsTypicalEndOfStream parsing

This string defines the characters which are typically used to mark the end of a stream by various languages.

plcsTypicalLetter parsing

This string defines the characters which are typically allowed to begin identifiers in various languages.

plcsTypicalNumeric parsing

This string defines the characters which are typically allowed to be part of a numeric constant, though they may not begin it, by various languages.

plcsTypicalWhitespace parsing

This string defines the characters which are typically counted as whitespace by various languages.

plcsTypicalWord parsing

This string defines the characters which are typically allowed to be part of an identifier, though they may not begin it, in various languages.

pmsgStringRepresentation parsing

This constant determines the format of the string returned by calls to AParserNote.toString, AParserHint.toString, AParserWarning.toString, AParserSyntaxError.toString, and AParserFatalError.toString when there is a valid (named) source.

RULE_BEGIN_EXPRESSION linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to begin an expression, which in LinearC consists of those tokens encountered after the assignment operator.

RULE_BEGIN_PATH linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to begin a path.

RULE_BEGIN_STATEMENT parsing

Rules in ASyntaxRuleset can be retrieved by an arbitrary name or value; however, it is common to define a symbolic constant for each rule so that the rule name or value does not have to be hard-coded.

RULE_DELIMIT_STRING linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to delimit string literals.

RULE_END_EXPRESSION linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to end an expression.

RULE_END_STATEMENT parsing

Rules in ASyntaxRuleset can be retrieved by an arbitrary name or value; however, it is common to define a symbolic constant for each rule so that the rule name or value does not have to be hard-coded.

RULE_FALSEHOOD linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to represent a False value when setting switch options.

RULE_NONE parsing

Rules in ASyntaxRuleset can be retrieved by an arbitrary name or value; however, it is common to define a symbolic constant for each rule so that the rule name or value does not have to be hard-coded.

RULE_OPERATOR linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to represent operators, which may appear between two expressions.

RULE_PRECEDE_ASSIGNMENT linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the types of tokens that may precede an assignment expression.

RULE_TRUTH linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to represent a True value when setting switch options.

RULE_UNARY_OPERATORS linearc

This constant represents one of the rules defined by TheLinearCLanguage.defineRules; in this case, the tokens that are allowed to represent unary operators, which may appear at the forefront of an expression.

sbspStringRepresentationPlural classwork

The format specified by this string is used to construct a string representation of AStreamBookmarkSpan when AStreamBookmarkSpan.toString is called.

sbspStringRepresentationSingular classwork

The format specified by this string is used to construct a string representation of AStreamBookmarkSpan when AStreamBookmarkSpan.toString is called.

SBTYPE_BOOKMARK classwork

This constant represents a type of stream bookmark and can be assigned to AStreamBookmark.bookmarkType by the initializer of an instance of AStreamBookmark or one of its descendants.

SBTYPE_SPAN classwork

This constant represents a type of stream bookmark and can be assigned to AStreamBookmark.bookmarkType by the initializer of an instance of AStreamBookmark or one of its descendants.

scnrDefaultTokenBehaviors parsing

This constant defines the default handling flags used by instances of AScanner when whitespace and line ending tokens are encountered.

setkStringRepresentation parsing

This constant defines how a string representation of AStreamEndingToken is constructed when AStreamEndingToken.toString is called.

smtkStringRepresentation parsing

This constant defines how a string representation of ASymbolicToken is constructed when ASymbolicToken.toString is called.

stbmStringRepresentation classwork

The format specified by this string is used to construct a string representation of AStreamBookmark when AStreamBookmark.toString is called.

stlfStringRepresentation classwork

This string controls the way a representation of AStringLeaf is constructed by AStringLeaf.toString.

striDefaultSize classwork

The default size of values read by AStreamIterator.

SYMCAT_EXTERNAL parsing

This flag indicates that a symbol has been declared as external to the source.

SYMCAT_LITERAL parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_PARAMETER parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_STRUCTURE_MEMBER parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_SUBROUTINE parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_TYPE parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_UNDEFINED parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_USER parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

SYMCAT_VARIABLE parsing

This constant enumerates one of the ways in which a symbol may be defined in a source stream.

sympErrorDuplicateIdentifier parsing

This string controls the format of the error message output when there is an attempt to define a symbol that has the same name as one which has already been defined in the current scope.

SYMSCOPE_GLOBAL parsing

This constant enumerates one of the more common symbol table scopes.

SYMSCOPE_NONE parsing

This constant enumerates one of the more common symbol table scopes.

TOKCAT_CATMASK parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_DUMMY parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_EOL parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_EOS parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_ERROR parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_IDENTIFIER parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_KEYWORD parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_NUMBER parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_RULE parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_SPACE parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_SPECIAL parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

TOKCAT_STRING parsing

Each of these constants defines a category of token that is recognized by a scanner for a parsed language.

toknStringRepresentation parsing

This constant defines how a string representation of AToken is constructed when AToken.toString is called.

tosDefaultLineLength classwork

This constant controls the maximum length of a line, in characters, that is wrapped by ATextOutputStream.printWrapped.

tosWrapDefaultBreakCharacters classwork

This array contains the default characters at which a line wrapped by ATextOutputStream.printWrapped is broken.

tosWrapDefaultPadCharacter classwork

This constant specifies the default padding character used by ATextOutputStream.printWrapped in order to align each line to a specific column.

vctrErrorAllocatingMemory classwork

This string controls the format of the error message passed to an instance of AVectorAllocationError when a call to AVector.ofLength or AVector.grow fails to allocate memory for the array.

vctrStringRepresentationPlural classwork

This string controls the string representation created by a call to AVector.toString.

vctrStringRepresentationSingular classwork

This string controls the string representation created by a call to AVector.toString.

vinfComments classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfCompanyName classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfFileDescription classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfFileVersion classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfInternalName classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfLegalCopyright classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfLegalTrademarks classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfOriginalFilename classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfPrivateBuild classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfProductName classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfProductVersion classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vinfSpecialBuild classwork

This value represents one of the possible keys that can be stored inside of a version information resource.

vsStringFileInfoKey classwork

This string value is used as a key to validate the StringFileInfo pseudo-structure.

vsVersionInfoKey classwork

This string value is used as a key to validate the VS_VERSIONINFO pseudo-structure.

VS_PADDING_ALIGNMENT classwork

Microsoft's version pseudo-structures are aligned to 32-bit addresses.

VS_PADDING_INCREMENT classwork

Microsoft's version pseudo-structures are alingted to 32-bit addresses by by using zero-value words.


Generated by PasDoc 0.13.0 on 2015-01-10 17:13:18