RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMNCPaint Record
Pascal
TWMNCPaint = packed record
  Msg: Cardinal;
  RGN: HRGN;
  Unused: Longint;
  Result: Longint;
end;
C++
struct TWMNCPaint {
  unsigned Msg;
  HRGN RGN;
  Longint Unused;
  Longint Result;
};

This is record Messages.TWMNCPaint.

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