Defines | |
#define | PIN_DEPRECATED_API |
#define | PIN_PRODUCT_VERSION_MAJOR 2 |
#define | PIN_PRODUCT_VERSION_MINOR 14 |
#define | PIN_BUILD_NUMBER 71313 |
Functions | |
VOID | LEVEL_PINCLIENT::GetVmLock () |
VOID | LEVEL_PINCLIENT::ReleaseVmLock () |
#define PIN_BUILD_NUMBER 71313 |
The Pin kit build number. This is unique for every Pin kit.
#define PIN_DEPRECATED_API |
Apply this macro to deprecated interface definitions to cause warnings when users refer to them. When using this macro, also do the following:
[1] change the interface group to DEPRECATED_PIN_API.
[2] add a comment with the new interface that will get propagated into the generated PH files.
[3] add a note DEPRECATED with the new interface at the end of the old interface documentation.
#define PIN_PRODUCT_VERSION_MAJOR 2 |
The Pin major version number. E.g. "2" if the kit is "2.14".
#define PIN_PRODUCT_VERSION_MINOR 14 |
The Pin minor version number. E.g. "14" if the kit is "2.14".
VOID LEVEL_PINCLIENT::GetVmLock | ( | ) |
Get the vm lock.
VOID LEVEL_PINCLIENT::ReleaseVmLock | ( | ) |
Release the vm lock.