RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMUIState Record
Pascal
TWMUIState = packed record
  Msg: Cardinal;
  Action: Word;
  Flags: Word;
  Unused: Longint;
end;
C++
struct TWMUIState {
  unsigned Msg;
  Word Action;
  Word Flags;
  Longint Unused;
};

This is record Messages.TWMUIState.

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