Previous Topic: CaApprove

Next Topic: Void SetDescription(LPCTSTR szDescription)


Void SetApprove(bool bFlag)

Sets the Approve/Reject flag true or false.

Default: The Approve/Reject flag defaults to true.

Owning Class

CaApprove

Arguments

bool bFlag-if true, Approve the Change Package list; if false, Reject it

Return Value

None

Example

CaApprove& rApprove = rContext.GetApprove(); rApprove.SetApprove(true);

More information:

HSDK Programming Fundamentals

bool GetApprove(void)