Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.43 KB

directory-status-code-enumerator.md

File metadata and controls

44 lines (36 loc) · 1.43 KB
titledescriptionms.datems.topichelpviewer_keywordsauthorms.authormanagerms.subservice
Directory Status Code Enumerator
The SccDirStatus enumerator contains named constant values that specify the state of a directory in the source control system and is used by SccDirQueryInfo.
11/04/2016
reference
directory status code enumerator
source control plug-ins, directory status enumeration
maiak
maiak
mijacobs
extensibility-integration

Directory status code enumerator

The SccDirStatus enumerator contains named constant values that specify the state of a directory in the source control system. This enumeration is used by the SccDirQueryInfo. This was introduced in version 1.2 of the Source Control Plug-in API.

Syntax

enum SccDirStatus { SCC_DIRSTATUS_INVALID       = -1L, SCC_DIRSTATUS_NOTCONTROLLED = 0x0000L, SCC_DIRSTATUS_CONTROLLED    = 0x0001L, SCC_DIRSTATUS_EMPTYPROJ     = 0x0002L }; 

Members

SCC_DIRSTATUS_INVALID Status could not be obtained; do not rely on it.

SCC_DIRSTATUS_NOTCONTROLLED Directory is not under source control.

SCC_DIRSTATUS_CONTROLLED Directory is under source control.

SCC_DIRSTATUS_EMPTYPROJ Project corresponding to this directory is empty.

See also

close