Windows NT 4.0 source code leak
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.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
batt01.ico initial commit 5 years ago
batt02.ico initial commit 5 years ago
batt03.ico initial commit 5 years ago
batt04.ico initial commit 5 years ago
batt05.ico initial commit 5 years ago
batt06.ico initial commit 5 years ago
battplug.ico initial commit 5 years ago
battunkn.ico initial commit 5 years ago
default.mk initial commit 5 years ago
help.h initial commit 5 years ago
makefile initial commit 5 years ago
mute.ico initial commit 5 years ago
pbt.h initial commit 5 years ago
pccard.c initial commit 5 years ago
pccrdapi.h initial commit 5 years ago
pcmcia.ico initial commit 5 years ago
power.c initial commit 5 years ago
pwrioctl.h initial commit 5 years ago
readme.txt initial commit 5 years ago
resource.h initial commit 5 years ago
sources initial commit 5 years ago
stresid.h initial commit 5 years ago
systray.c initial commit 5 years ago
systray.def initial commit 5 years ago
systray.h initial commit 5 years ago
systray.rc initial commit 5 years ago
systray.rcv initial commit 5 years ago
systrayp.h initial commit 5 years ago
volume.c initial commit 5 years ago
volume.ico initial commit 5 years ago
vpowerd.h initial commit 5 years ago

readme.txt

VERY IMPORTANT:  The master sources are kept on the Win95 sources tree.
Make sure all fixes to code here are progated back to the Win95 source tree.

Win95 Sources:
\\Trango\Future %ROOT%\win\shell\applets\systray

Contacts:
Bob Day - for NT Shell issues
Chris Guzak - for Win95 Shell issues
Tracy Sharpe - Wrote the orginal systray


This applet (systray.exe) is responsible for putting up the following icons
on the system tray (TASKBAR)

Volume Control service: Launch Volume Mixer (sndvol32.exe) or Sound Mapper Tab
Power (Battery) service: Power status for battery powered portables
PCMCIA service: PCMCIA services icon


To Do:

1. The following include files are currently in the local directory
but eventually need to be moved to the correct NT
include directories.

systrayp.h // Related to all specific System Tray icon services
help.h // Help ID's
pccrdapi.h // Related to Power (battery) service
pbt.h // Related to Power (battery) service
pwrioctl.h // Related to Power (battery) service
vpowerd.h // Related to Power (battery) service

2. The IOCTL's in power.c need to get replaced by the
more appopriate GetSystemPowerStatus API assuming this gets
ported to NT.

3. There are several Win95 assumptions in pccard.c accessing pccard.vxd
that will have to be fixed for NT assuming pccard.vxd gets ported
as a NT driver.