Returns the version number (major, minor and revision) of the PerfUtil.dll in use.
| UINT32 GetDLLVersionEx(void); |
Returns the version number (major, minor and revision) of the PERFDD device driver in use.
| UINT32 GetDDersionEx(void); |
Returns whether or not the PERFDD device driver has been installed.
| int IsDeviceDriverInstalled(void); |
Returns whether or not the PERFDD device driver detected a debugger attached to the system.
| int IsDebuggerHookedUp(void); |
Returns whether or not the tools are running in Limited Function mode. Limited Function mode in entered if any of the following conditions occur:
| int IsLimitedFunctionMode(void); |
Returns the human-readable name for the given PerfUtil return code.
| const char * RcToString(int rc); |
Returns whether or not the requested process is a 32-bit process running under
Windows on Windows (WoW) in a 64-bit OS.
Always returns false on Linux.
| BOOL ProcessIsWow64(HANDLE h_process); |