Previous Topic: LPCTSTR GetInput(void)

Next Topic: CaVersion


HINT32 Execute(void)

Executes the UDP process.

Note: If using Version Lists or Package Lists, their appropriate chooser must be run Execute() before running CaUDP.Execute().

Output from the process will be sent the CA Harvest SCM object log.

Owning Class

CaUDP

Arguments

None

Return Value

HINT32-zero if success, non-zero if failure

Example

CaUDP& rUDP = rContext.GetUDP(); HINT32 iResult = rUDP.Execute();

More information: