Previous Topic: bool GetCanViewExternallyFlag(bool bFlag)

Next Topic: CaUDP


HINT32 Execute(LPCTSTR szViewName, CaTimeStamp snapshottime=NULL_CATIMESTAMP, LPCTSTR szReferenceSnapshot = NULL)

Executes the TakeSnapshot process on one of the following:

Owning Class

CaTakeSnapshot

Arguments

LPCTSTR szViewName, CaTimeStamp snapshottime, LPCTSTR szReferenceSnapshot

Return Value

HINT32-zero if success, non-zero if failure

Example

CaApprove& rApprove = rContext.GetApprove();
HINT32 iResult = rApprove.Execute();

More information: