PushRouter_FreeMessage

4/8/2010

This function releases the memory allocated for the message structure after the push message is processed.

Syntax

HRESULT PushRouter_FreeMessage(
  LPPUSHMSG pPushMsg
);

Parameters

  • pPushMsg
    [in] Pointer to a PUSHMSG structure representing the message provided by the push router.

Return Value

Returns S_OK if successful. If the function is unsuccessful, it can return a standard Windows HRESULT value.

Requirements

Header pushclient.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

Reference

PushRouter_GetMessage
PUSHMSG