Command Code Enumerator
This enumerator is used in the options for the SccGetCommandOptions Function and the SccPopulateList Functionto indicate the command for which the options are specified.
enum SCCCOMMAND {
SCC_COMMAND_GET,
SCC_COMMAND_CHECKOUT,
SCC_COMMAND_CHECKIN,
SCC_COMMAND_UNCHECKOUT,
SCC_COMMAND_ADD,
SCC_COMMAND_REMOVE,
SCC_COMMAND_DIFF,
SCC_COMMAND_HISTORY,
SCC_COMMAND_RENAME,
SCC_COMMAND_PROPERTIES,
SCC_COMMAND_OPTIONS
};
Members
SCC_COMMAND_GET
Corresponds to the SccGet Function.SCC_COMMAND_CHECKOUT
Corresponds to the SccCheckout Function.SCC_COMMAND_CHECKIN
Corresponds to the SccCheckin Function.SCC_COMMAND_UNCHECKOUT
Corresponds to the SccUncheckout Function.SCC_COMMAND_ADD
Corresponds to the SccAdd Function.SCC_COMMAND_REMOVE
Corresponds to the SccRemove Function.SCC_COMMAND_DIFF
Corresponds to the SccDiff Function.SCC_COMMAND_HISTORY
Corresponds to the SccHistory Function.SCC_COMMAND_RENAME
Corresponds to the SccRename Function.SCC_COMMAND_PROPERTIES
Corresponds to the SccProperties Function.SCC_COMMAND_OPTIONS
Corresponds to the SccSetOption Function.