00001 // 00002 // CascadeMessageDefs.h - #defines for standard Cascade messages 00003 // 00004 // Copyright (c) 2003, Roku, LLC. All rights reserved. 00005 // 00007 00008 #ifndef _ROKU_INCLUDE_CASCADE_INTERPROCESS_CASCADEMESSAGEDEFS_H 00009 #define _ROKU_INCLUDE_CASCADE_INTERPROCESS_CASCADEMESSAGEDEFS_H 00010 00012 // CascadeMessageDefs - #defines for standard Cascade Messages 00013 #define CMID_INVALID_MESSAGE_ID 0 00014 00015 #define CMID_REPLY 1 00016 00017 #define CMID_CASCADE_LAST CMID_REPLY 00018 00019 00020 #endif // #ifndef _ROKU_INCLUDE_CASCADE_INTERPROCESS_CASCADEMESSAGEDEFS_H 00021 00023 // LOG 00025 // 03-Feb-03 dwoodward created! 00026 // 07-Feb-03 dwoodward added CMID_REPLY 00027 // 11-Feb-03 dwoodward got rid of CMID_APPQUIT - app messages are private 00028