EndDeferWindowPos function user32

int EndDeferWindowPos(
  1. int hWinPosInfo
)

Simultaneously updates the position and size of one or more windows in a single screen-refreshing cycle.

BOOL EndDeferWindowPos(
  HDWP hWinPosInfo
);

Implementation

int EndDeferWindowPos(int hWinPosInfo) => _EndDeferWindowPos(hWinPosInfo);