Re: How to PostMessage with a string parameter?
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 12/08/04
- Next message: Mitch Marcus: "How to determine the size of a COM object in memory"
- Previous message: Martin Ortiz: "How to PostMessage with a string parameter?"
- In reply to: Martin Ortiz: "How to PostMessage with a string parameter?"
- Next in thread: Alexander Nickolov: "Re: How to PostMessage with a string parameter?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Dec 2004 13:55:29 -0500
"Martin Ortiz" <martinortiz@optonline.com> wrote in message
news:eVIOVSV3EHA.1152@TK2MSFTNGP14.phx.gbl
> How do I post a message with a string parameter?
You can allocate a buffer on the heap and send the pointer cast to
WPARAM or LPARAM. The recepient will have to free the memory.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
- Next message: Mitch Marcus: "How to determine the size of a COM object in memory"
- Previous message: Martin Ortiz: "How to PostMessage with a string parameter?"
- In reply to: Martin Ortiz: "How to PostMessage with a string parameter?"
- Next in thread: Alexander Nickolov: "Re: How to PostMessage with a string parameter?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|