LINEAGENTACTIVITYENTRY

typedef struct lineagentactivityentry_tag {
    DWORD  dwID;
    DWORD  dwNameSize;
    DWORD  dwNameOffset;
} LINEAGENTACTIVITYENTRY, FAR *LPLINEAGENTACTIVITYENTRY;
 

Members

dwID
A unique identifier for a activity. It is the responsibility of the agent handler to generate and maintain uniqueness of these identifiers.
dwNameSize
dwNameOffset
Size in bytes and offset from the beginning of the containing structure of a NULL-terminated string specifying the name and other identifying information of an activity that can be selected using lineSetAgentActivity.

QuickInfo

  Version: Use TAPI version 2.0 and later
  Header: Declared in tapi.h.

See Also

LINEPROXYREQUEST, lineSetAgentActivity