windows_programming_notes.nbk: Home | Index | Next Page: Posting a Message | Previous Page: PeekMessage


 POINT

The POINT structure defines the x- and y- coordinates of a point.

    typedef struct tagPOINT { 
      LONG x; 
      LONG y; 
    } POINT, *PPOINT; 

Members

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: Posting a Message | Previous Page: PeekMessage


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