Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This function pushes a message into the push router. The message will then be routed to the appropriate push router client.

Syntax

HRESULT  PushRouter_SubmitPush (
  PSRCPUSHMSG  pMsg
);

Parameters

pMsg

[in] Pointer to an SRCPUSHMSGstructure representing the message to push.

Requirements

Header prpushsrc.h
Library Pushprxy.lib
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Pocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later

See Also

Other Resources

PushRouter_GetMessage