windows_programming_notes.nbk: Home | Index | Next Page: windows message decoding | Previous Page: windows creation


 windows destruction

    case WM_DESTROY:
        PostQuitMessage(0);    //signal end of application
        return 0;

windows_programming_notes.nbk: Home | Index | Next Page: windows message decoding | Previous Page: windows creation


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