CMSPAddress::ReceiveTSPAddressData method (mspaddr.h)

The ReceiveTSPAddressData method is called when a TSP data message is intended to be processed by the address rather than by a specific call. Your MSP must override this method if it wants to handle any per-address TSP messages.

Syntax

HRESULT ReceiveTSPAddressData(
  [in, out] PBYTE pBuffer,
  [out]     DWORD dwSize
);

Parameters

[in, out] pBuffer

Pointer to buffer.

[out] dwSize

Pointer to number of characters in the buffer.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header mspaddr.h