RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMActivateApp Record
Pascal
TWMActivateApp = packed record
  Msg: Cardinal;
  Active: BOOL;
  ThreadId: Longint;
  Result: Longint;
end;
C++
struct TWMActivateApp {
  unsigned Msg;
  BOOL Active;
  Longint ThreadId;
  Longint Result;
};

This is record Messages.TWMActivateApp.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!