home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Emulation_Include_Files / fmappmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  1.6 KB  |  60 lines

  1. //+----------------------------------------------------------------------------
  2. // 
  3. // File:        fmappmsg.h
  4. //
  5. // Copyight:    (c) 1997, Microsoft Corporation
  6. //                 All Rights Reserved
  7. //                Infomation Contained Herein Is Propprietary and Confidential
  8. //
  9. // Contents:     Message Name and value defines
  10. //
  11. //-----------------------------------------------------------------------------
  12.  
  13. // This file contains the Inter-application message name and value defines that
  14. // are used to implement the functionality of a platform conforming to the Apollo 
  15. // guidelines.
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. //-----------------------------------------------------------------------------
  22. // General App message definitions
  23. //-----------------------------------------------------------------------------
  24.  
  25. // Forms manager sucondary focus messages
  26.  
  27. // Message Name
  28.  
  29. #define APC_MSGNAME_FOCUSINFO    (L"APC_APPMSG_FOCUSINFO")
  30.  
  31. // Information Ids passed in wParam
  32.  
  33. #define APC_FOCUSMSG_AUDIOOUT       1           //  lParam is FALSE when focus lost 
  34.  
  35.  
  36. //-----------------------------------------------------------------------------
  37. // Audio Application 
  38. //-----------------------------------------------------------------------------
  39.  
  40. // Message Name 
  41. #define APC_APPMSGNAME_AUDIO    (L"APC_AUDIOAPP_MSG")
  42.  
  43. // Command IDs, passed in wParam. 
  44.  
  45. #define APC_AUDIOAPPCMD_INVOKE      1
  46. #define APC_AUDIOAPPCMD_VOLUMEUI    2
  47.  
  48. // Forms manager sucondary focus messages
  49.  
  50. // Command IDs, passed in wParam. 
  51.  
  52. #define APC_AUDIOAPPCMD_INVOKE      1
  53. #define APC_AUDIOAPPCMD_VOLUMEUI    2
  54.  
  55.  
  56. #ifdef __cplusplus
  57. }
  58. #endif
  59.  
  60.