Defines | |
| #define | PIN_NO_DEPRECATED_WARNINGS 0 |
| #define | PIN_PRODUCT_VERSION_MAJOR 2 |
| #define | PIN_PRODUCT_VERSION_MINOR 7 |
| #define | PIN_BUILD_NUMBER 31933 |
Functions | |
| VOID | LEVEL_PINCLIENT::GetVmLock () |
| VOID | LEVEL_PINCLIENT::ReleaseVmLock () |
|
|
The Pin kit build number. This is unique for every Pin kit. |
|
|
By default Pin will annotate deprecated parts of the API so that their use in tools will generate compiler warnings. If you want to suppress these warnings during the compilation of your tool, then you can do so by defining the macro PIN_NO_DEPRECATED_WARNINGS to a non-zero value. |
|
|
The Pin major version number. E.g. "2" if the kit is "2.7". |
|
|
The Pin minor version number. E.g. "7" if the kit is "2.7". |
|
|
Get the vm lock.
|
|
|
Release the vm lock.
|
1.4.6