Share via


PushRouter_FreeMessage (Compact 2013)

3/26/2014

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, which represents 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

See Also

Reference

WAP Functions
PushRouter_GetMessage
PUSHMSG