Share via


CALL_LIST (Compact 2013)

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.

See Also

Reference

Bluetooth AG Service Structures
CALL_LIST