PushRouter_FreeMessage

Send Feedback

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

HRESULT PushRouter_FreeMessage(
  LPPUSHMSG pPushMsg
);

Parameters

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

Return Values

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

Requirements

Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: Pushclient.h.
Library: Pushprxy.lib.

See Also

PushRouter_GetMessage | PUSHMSG

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.