Previous Topic: Void SetDescription(LPCTSTR szDescription)

Next Topic: LPCTSTR GetDescription(void)


bool GetApprove(void)

Gets the current value of the Approve/Reject flag.

Default: The Approve/Reject flag defaults to true.

Owning Class

CaApprove

Arguments

None

Return Value

Flag value-true or false

Example

CaApprove& rApprove = rContext.GetApprove();
bool bFlag = rApprove.GetApprove();

More information:

HSDK Programming Fundamentals

Void SetApprove(bool bFlag)