RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMPaintClipboard Record
Pascal
TWMPaintClipboard = packed record
  Msg: Cardinal;
  Viewer: HWND;
  PaintStruct: THandle;
  Result: Longint;
end;
C++
struct TWMPaintClipboard {
  unsigned Msg;
  HWND Viewer;
  THandle PaintStruct;
  Longint Result;
};

This is record Messages.TWMPaintClipboard.

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