XLL+ Class Library (7.0)

CXllPushApp::PostMessage

Posts a message to the main thread's message queue

BOOL PostMessage(
   CXllMtMsg* msg
);

Parameters

msg

A message of a class descended from CXllMtMsg. The message will no longer be owned by the posting thread; it will be the responsibility of the main thread from here on.

Return Value

Returns TRUE if the function succeeded, FALSE if it failed. If it failed, then the caller is reposible for deleting the message.

Remarks

This function may only be called from any thread, including the main thread.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::ProcessAsyncMessage() | CXllMtMsg