Énumérateur de code de commande
Cet énumérateur est utilisé dans les options de SccGetCommandOptions et sccPopulateListpour indiquer la commande pour laquelle les options sont spécifiées.
Syntaxe
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
};
Membres
SCC_COMMAND_GET Correspond au SccGet.
SCC_COMMAND_CHECKOUT Correspond à SccCheckout.
SCC_COMMAND_CHECKIN Correspond à SccCheckin.
SCC_COMMAND_UNCHECKOUT Correspond au sccUn case activée out.
SCC_COMMAND_ADD Correspond à sccAdd.
SCC_COMMAND_REMOVE Correspond à SccRemove.
SCC_COMMAND_DIFF Correspond à SccDiff.
SCC_COMMAND_HISTORY Correspond à sccHistory.
SCC_COMMAND_RENAME Correspond au sccRename.
SCC_COMMAND_PROPERTIES Correspond à SccProperties.
SCC_COMMAND_OPTIONS Correspond à SccSetOption.