Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Jun : PeekMessage again
| Subject: | PeekMessage again |
| Posted by: | "Alan T" (alannospampltse@yahoo.com.au) |
| Date: | Wed, 27 Jun 2007 12:12:34 |
Our application has a thread has a method:
var
locWinMsg : TMsg;
locWind : HWnd;
begin
locWind := 0;
if PeekMessage(locWinMsg, locWind, 0, 0, PM_REMOVE) then
...
end;
I am not sure which window or screen it is refering to?