RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMEnterIdle Record
Pascal
TWMEnterIdle = packed record
  Msg: Cardinal;
  Source: Longint;
  IdleWnd: HWND;
  Result: Longint;
end;
C++
struct TWMEnterIdle {
  unsigned Msg;
  Longint Source;
  HWND IdleWnd;
  Longint Result;
};

Messages

This is record Messages.TWMEnterIdle.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!