An open API service indexing awesome lists of open source software.

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

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)