Skip to content

My course paper at University. It`s program which can monitoring information about printing for Windows OS. The program using WIndows SDK and fork with library `Winspool`

Notifications You must be signed in to change notification settings

Allenboyliu/PrintMonitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrintMonitoring

Course paper at University. Its a program which can monitoring information about printing for Windows OS. The program using WIndows SDK and fork with library Winspool.

The program performs the following functions:

  • launch of print monitoring;
  • Stop printing monitoring;
  • display statistics in the software interface;
  • saving statistics to a file.
  • cleaning of collected statistics.
  • start with system startup

Log contains next fields:

  • date and time of printing;
  • printer name;
  • the title of the document.
  • computer name;
  • user name;
  • number of pages;

About

My course paper at University. It`s program which can monitoring information about printing for Windows OS. The program using WIndows SDK and fork with library `Winspool`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.3%
  • C 15.7%