https://github.com/mattf06/priority
W10 Service to adjust processes priority
https://github.com/mattf06/priority
c-plus-plus process-manager windows-7 windows-nt windows-service
Last synced: 4 months ago
JSON representation
W10 Service to adjust processes priority
- Host: GitHub
- URL: https://github.com/mattf06/priority
- Owner: mattf06
- License: mit
- Created: 2020-06-16T11:59:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T07:36:52.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T08:41:44.298Z (4 months ago)
- Topics: c-plus-plus, process-manager, windows-7, windows-nt, windows-service
- Language: C++
- Homepage:
- Size: 133 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- License: LICENSE
Awesome Lists containing this project
README
CoderGuru's NT service app wizard created the following files for you:
NTService.h
NTService.cpp
CNTService
This class implements the core functionality of
the service.
You might frequently watch it's home page at
http://www.codeguru.com/misc/nt_service.shtml
for bug fixes and/or further information.main.cpp
main()
Implements the startup procedure.Priority.h
Priority.cpp
CPriority
This is your CNTService derived class.
Have a look at these TODO comments lurking around
in these two files.NTServiceEventLogMsg.mc
NTServiceEventLogMsg.rc
NTServiceEventLogMsg.h
MSG00000.bin
Message catalogue and resource
The MC file declares a message catalogue and compiles
to the BIN, RC and the H files.
You need these files for a correct message logging.
The method CNTService::AddToMessageLog() uses this
catalogue. Messages generated in this way can be read
with the event-viewer utility found in the
"Administrative Tools" program folder.If you find any bug (and have a fix for it?!), please contact me at
[email protected] (private site)
[email protected] (company site)