windows_programming_notes.nbk: Home | Index | Next Page: MoveWindow | Previous Page: MINMAXINFO


 MoveToEx

The MoveToEx function updates the current position to the specified point and optionally returns the previous position.

BOOL MoveToEx(
  HDC hdc,          // handle to device context
  int X,            // x-coordinate of new current position
  int Y,            // y-coordinate of new current position
  LPPOINT lpPoint   // old current position
);

Parameters

Return Values

Remarks

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: MoveWindow | Previous Page: MINMAXINFO


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time