Class WINDOWPLACEMENT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class WINDOWPLACEMENT extends Struct<WINDOWPLACEMENT> implements NativeResource
Contains information about the placement of a window on the screen.

Layout


 struct WINDOWPLACEMENT {
     UINT length();
     UINT flags();
     UINT showCmd();
     POINT ptMinPosition();
     POINT ptMaxPosition();
     RECT rcNormalPosition();
 }