#include <PlugInCallback.h>
Public Attributes | |
std::string | file |
Specifies the name of the file that was detected to be incompatible. | |
std::string | context |
Specifies the context of detected incompatibility. | |
unsigned int | expectedVersion |
unsigned int | detectedVersion |
|
Specifies the name of the file that was detected to be incompatible.
|
|
Specifies the context of detected incompatibility.
|
|
Specifies the expected version. The high-order 16-bits specify the major version; the low-order 16-bits specify the compatibility level. |
|
Specifies the detected version. The high-order 16-bits specify the major version; the low-order 16-bits specify the compatibility level. |