Share via


IMessengerConversationWnd::History Property

Deprecated. Returns the text from the history of the conversation window.

Syntax

HRESULT IMessengerConversationWnd::get_History(BSTR *bstrHistoryText);

Parameters

  • bstrHistoryText
    Pointer to a BSTR that contains the text of the conversation window.

Return Value

Returns one of the following values. 

S_OK Success.
E_FAIL Client was not signed in to the primary service at the time this method was called; or, the conversation window is closed.
S_FALSE Could not bring focus to the window.
RPC_X_NULL_REF_POINTER bstrHistoryText is a NULL pointer.

Remarks

Note  This property is not available for scripting languages.

Important  IMessengerConversationWnd::History is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

IMessengerConversationWnd