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


 MSG

The MSG structure contains message information from a thread's message queue.

Syntax

    typedef struct {
        HWND hwnd;
        UINT message;
        WPARAM wParam;
        LPARAM lParam;
        DWORD time;
        POINT pt;
    } MSG, *PMSG;

Members

Structure Information


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


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