Previous Topic: void SetVersionNumber( LPCTSTR szVersion )

Next Topic: void SetVersionDateOption(HINT32 iOptions)


void SetVersionStatusOption(HINT32 iOptions)

Sets the Version Status Option to specify what types of versions to retrieve.

Note: The following are the allowable values for the Version Status Option. They are defined in an include file built into the project.

Owning Class

CaVersionChooser

Arguments

HINT32 iOption-the Version Status Option

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetVersionStatusOption(VERSION_FILTER_ALL_TAG);

More information: