Rufen Sie uns an: +1-877-99-BOPUP

NOTIFY_FORWARD_MULTIPLE_MESSAGE_STRUCT structure

Specifies information on forwarded instant message and it's recipients list sent by another IM client application using the same user' account.

typedef struct _NOTIFY_FORWARD_MULTIPLE_MESSAGE_STRUCT {     TRANSFER_MULTIPLE_MESSAGE_STRUCT lpTransferMultipleMessageStruct;     MULTIPLE_RECIPIENT_STRUCT * lpMultipleRecipientsArray; } NOTIFY_FORWARD_MULTIPLE_MESSAGE_STRUCT;

Members

lpTransferMultipleMessage
A TRANSFER_MULTIPLE_MESSAGE_STRUCT structure that contains information on the instant message.
lpMultipleRecipientsArray
A pointer to an array of MULTIPLE_RECIPIENT_STRUCT structure that contain message recipients.

Remarks

The number of elements of the array pointed to by the lpMultipleRecipientsArray member is specified by the nRecipientsCount member of the lpTransferMultipleMessageStruct variable of TRANSFER_MULTIPLE_MESSAGE_STRUCT structure type.