Processor Counter Monitor
Classes | Functions
windriver.h File Reference

Loading and unloading custom Windows MSR (Model Specific Register) Driver. More...

#include <iostream>
#include <winreg.h>
#include <comdef.h>
#include "../cpucounters.h"
Include dependency graph for windriver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcm::Driver
 Manage custom Windows MSR (Model Specific Register) Driver The driver is required to access hardware Model Specific Registers (MSRs) under Windows. Currently only 64-bit Windows 7 has been tested. More...
 

Functions

void pcm::restrictDriverAccess (LPCTSTR path)
 restrict usage of driver to system (SY) and builtin admins (BA)
 

Detailed Description

Loading and unloading custom Windows MSR (Model Specific Register) Driver.