RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMDisplayChange Record
Pascal
TWMDisplayChange = packed record
  Msg: Cardinal;
  BitsPerPixel: Integer;
  Width: Word;
  Height: Word;
  Result: Longint;
end;
C++
struct TWMDisplayChange {
  unsigned Msg;
  int BitsPerPixel;
  Word Width;
  Word Height;
  Longint Result;
};

Messages

This is record Messages.TWMDisplayChange.

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