Share via


IMessageForm::GetActiveMessage

The GetActiveMessage method gets the message currently displayed.

Syntax

HRESULT GetActiveMessage (
  LPMESSAGE * ppmsg
);

Parameters

  • ppmsg
    [out] Returns a reference to the active message, implemented on IMessage.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    Indicates success.

Requirements

Pocket PC: Windows Mobile 2002
OS Versions: Windows CE 3.0
Header: cemapi.h
Library: cemapi.lib

See Also

IMessageForm

Messaging

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.