SRCPUSHMSG (Compact 2013)

3/26/2014

This structure represents the message to submit to the push router by using the PushRouter_SubmitPush function.

Syntax

Typedef struct tagSrcPushMsg {
  DWORD  cbSize;
  LPCTSTR  pszHeaders;
  LPBYTE  pbBody;
  DWORD  cbBody;
    DWORD  dwReserved;
    LPCTSTR  pszSemderAddress;
}  SRCPUSHMSG, *PSRCPUSHMSG;

Members

  • cbSize
    The size of the message, in bytes.
  • pszHeaders
    Pointer to the RFC 822 headers.
  • pbBody
    Pointer to the body of the push message.
  • cbBody
    The size, in bytes, of the message body.
  • dwReserved
    Reserved. Must be set to 0.
  • pszSenderAddress
    Pointer to the address of the sender of the message (push router source).

Requirements

Header

prpushsrc.h

See Also

Reference

WAP Structures
PushRouter_SubmitPush