Processes messages sent to a window.
LRESULT_CALLBACK DXUTStaticWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
If the function has processed window messages successfully, returns zero; otherwise, returns a nonzero value.
This function is typically used when the application creates the window. This function can be called from inside the application's window procedure, or it can be used directly as the window procedure.
Header: Declared in Dxut.h.
DXUTSetCallbackMsgProc, DXUTSetCallbackKeyboard, DXUTSetCallbackMouse, LPDXUTCALLBACKKEYBOARD, LPDXUTCALLBACKMOUSE, LPDXUTCALLBACKMSGPROC, WindowProc