Previous Topic: LPCTSTR GetUDPType(void)

Next Topic: LPCTSTR GetDescription(void)


LPCTSTR GetProgramName(void)

Gets the complete program name and argument for the UDP process specified by the CA Harvest SCM administrator.

Owning Class

CaUDP

Arguments

None

Return Value

LPCTSTR-string containing command and arguments for UDP process

Example

CaUDP& rUDP = rContext.GetUDP();
LPCTSTR szProgramName = rUDP.GetProgramName();

More information: