00001 /* -- 00002 OpenFX version 2.0 - Modelling, Animation and Rendering Package 00003 Copyright (C) 2000 - 2007 OpenFX Development Team 00004 -- */ 00005 00006 /* file update.h */ 00007 00008 // Update control sends WM_CTLCOLOR message to parent window 00009 // with the following identifier with in the HIWORD of the lParam. 00010 #define CTLCOLOR_METER (100) 00011 00012 #define MM_SETPARTSINJOB (WM_USER + 0) 00013 #define MM_GETPARTSINJOB (WM_USER + 1) 00014 #define MM_SETPARTSCOMPLETE (WM_USER + 2) 00015 #define MM_GETPARTSCOMPLETE (WM_USER + 3) 00016