typedef enum { VM_FS_BASE_BEGINNING = 1, VM_FS_BASE_CURRENT = 2, VM_FS_BASE_END = 3, VM_FS_BASE_POSITION_MAX = 0x7FFFFFFF } VM_FS_BASE_POSITION;
typedef enum { VM_FS_BASE_BEGINNING = 1, VM_FS_BASE_CURRENT = 2, VM_FS_BASE_END = 3, VM_FS_BASE_POSITION_MAX = 0x7FFFFFFF } VM_FS_BASE_POSITION;
File base.
vmfs.h
|
Members |
Description |
|
VM_FS_BASE_BEGINNING = 1 |
Based at the beginning. |
|
VM_FS_BASE_CURRENT = 2 |
Based at the current position. |
|
VM_FS_BASE_END = 3 |
Based at the end. |
|
VM_FS_BASE_POSITION_MAX = 0x7FFFFFFF |
Forces the compiler to use 4-byte integer for enum. |
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.