Previous Topic: bool GetApprove(void)

Next Topic: HINT32 Execute(void)


LPCTSTR GetDescription(void)

Gets the current value of the Approve/Reject Description.

Owning Class

CaApprove

Arguments

None

Return Value

LPCTSTR-description

Example

CaApprove& rApprove = rContext.GetApprove();
CaString = rApprove.GetDescription();

More information:

HSDK Programming Fundamentals

Void SetDescription(LPCTSTR szDescription)