Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure contains information about a list of calls.
Syntax
typedef struct _CALL_LIST {
DWORD dwMaxCalls;
ONE_CALL* pOneCallArray;
} CALL_LIST, *PCALL_LIST;
Members
- dwMaxCalls
Maximum number of calls in the list.
- pOneCallArray
Points to an array of ONE_CALL structures containing the information about the calls.