Previous Topic: Void SetApprove(bool bFlag)

Next Topic: bool GetApprove(void)


Void SetDescription(LPCTSTR szDescription)

Sets the Approve/Reject Description is used to annotate why the package list was approved or rejected.

Default: The Approve/Reject flag defaults to true.

Owning Class

CaApprove

Arguments

LPCTSTR szDescription-description

Return Value

None

Example

CaApprove& rApprove = rContext.GetApprove();
rApprove.SetDescription (“I approve this package”);

More information:

HSDK Programming Fundamentals

LPCTSTR GetDescription(void)