typedef enum { VM_TAG_ID_DEVELOPER = 0x01, VM_TAG_ID_APP_ID = 0x02, VM_TAG_ID_APP_NAME = 0x04, VM_TAG_ID_VERSION = 0x05, VM_TAG_ID_MEMORY_REQUIREMENT = 0x0f } VM_TAG_ID;
typedef enum { VM_TAG_ID_DEVELOPER = 0x01, VM_TAG_ID_APP_ID = 0x02, VM_TAG_ID_APP_NAME = 0x04, VM_TAG_ID_VERSION = 0x05, VM_TAG_ID_MEMORY_REQUIREMENT = 0x0f } VM_TAG_ID;
TAG ID definition. Modify content of tag in Project Setting tool.
vmtag.h
|
Members |
Description |
|
VM_TAG_ID_DEVELOPER = 0x01 |
Developer name in VMWSTR. |
|
VM_TAG_ID_APP_ID = 0x02 |
Application ID in VMINT. |
|
VM_TAG_ID_APP_NAME = 0x04 |
Application name in VMWSTR. |
|
VM_TAG_ID_VERSION = 0x05 |
Application version in VMINT. The digits in version info are stored in each byte, starting from the second least significant byte. For example, if "2.7.8" is set in the Project Setting tool, the integer value is 0x08070200. |
|
VM_TAG_ID_MEMORY_REQUIREMENT = 0x0f |
Required bytes in VMINT. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.