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

  1. //+----------------------------------------------------------------------------
  2. // 
  3. // File:        cplalert.h
  4. //
  5. // Copyight:    (c) 1998, Microsoft Corporation
  6. //                 All Rights Reserved
  7. //                Infomation Contained Herein Is Propprietary and Confidential
  8. //
  9. // Contents:     APC CPL Alert definitions
  10. //
  11. //-----------------------------------------------------------------------------
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. // The main Control Panel application name. 
  18. // Must be used for the Application Name when raising a control panel alert
  19.  
  20. #define APCCPL_CPLNAME  L"Setup"
  21.  
  22. // Control panel Alert Names implemented by the default Microsoft ControlPanel
  23. // Should be passed in as the "AlertName" when raising alerts
  24.  
  25. #define APCCPL_ABOUTNAME    L"AboutAutoPC"
  26.  
  27. // Mask values wehn setting Alerts for the About ControlPanel applet
  28.  
  29. #define APCCPL_ABOUTMASK_POWER      0x0001
  30.  
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34.  
  35.