Previous Topic: LPCTSTR GetProgramName(void)

Next Topic: bool GetUserCanModifyInput(void)


LPCTSTR GetDescription(void)

Returns the description for the UDP process set by the CA Harvest SCM administrator.

Owning Class

CaUDP

Arguments

LPCTSTR szDescription-the description for this process

Return Value

None

Example

CaUDP& rUDP = rContext.GetUDP();
LPCTSTR szDescription = rUDP.GetDescription();

More information: