Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.4 KiB

  1. VERY IMPORTANT: The master sources are kept on the Win95 sources tree.
  2. Make sure all fixes to code here are progated back to the Win95 source tree.
  3. Win95 Sources:
  4. \\Trango\Future %ROOT%\win\shell\applets\systray
  5. Contacts:
  6. Bob Day - for NT Shell issues
  7. Chris Guzak - for Win95 Shell issues
  8. Tracy Sharpe - Wrote the orginal systray
  9. This applet (systray.exe) is responsible for putting up the following icons
  10. on the system tray (TASKBAR)
  11. Volume Control service: Launch Volume Mixer (sndvol32.exe) or Sound Mapper Tab
  12. Power (Battery) service: Power status for battery powered portables
  13. PCMCIA service: PCMCIA services icon
  14. To Do:
  15. 1. The following include files are currently in the local directory
  16. but eventually need to be moved to the correct NT
  17. include directories.
  18. systrayp.h // Related to all specific System Tray icon services
  19. help.h // Help ID's
  20. pccrdapi.h // Related to Power (battery) service
  21. pbt.h // Related to Power (battery) service
  22. pwrioctl.h // Related to Power (battery) service
  23. vpowerd.h // Related to Power (battery) service
  24. 2. The IOCTL's in power.c need to get replaced by the
  25. more appopriate GetSystemPowerStatus API assuming this gets
  26. ported to NT.
  27. 3. There are several Win95 assumptions in pccard.c accessing pccard.vxd
  28. that will have to be fixed for NT assuming pccard.vxd gets ported
  29. as a NT driver.