| Platform SDK: TAPI | 
The members of the PARTICIPANT_TYPED_INFO enum identify the type of participant information being retrieved by the ITParticipant::get_ParticipantTypedInfo method. This enum is used by applications that access the IPConf MSP.
typedef enum PARTICIPANT_TYPED_INFO
{
  PTI_CANONICALNAME,
  PTI_NAME,
  PTI_EMAILADDRESS,
  PTI_PHONENUMBER,
  PTI_LOCATION,
  PTI_TOOL,
  PTI_NOTES,
  PTI_PRIVATE
}PARTICIPANT_TYPED_INFO;
  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Confpriv.h.
ITParticipant::get_ParticipantTypedInfo, IPConf MSP, IPConf MSP Interfaces