Typedefs | |
typedef HANDLE | HWDOCUMENT |
Hex Workshop Document HandleA HWDOCUMENT handle represents an open document within Hex Workshop. Plug-ins are provided a HWDOCUMENT during Plug-in execution or Plug-ins receive document handles by calling hwOpenDocument or hwNewDocument. | |
typedef HANDLE | HWSESSION |
Hex Workshop Plug-in Session HandleHWSESSION handles are provided to the plug-in during execution and represent a plug-in execution session. | |
typedef __int64 | QWORD |
signed 64 bit integer | |
Enumerations | |
enum | HWAPI_SIGN { HWAPI_SIGN_SIGNED = 0, HWAPI_SIGN_UNSIGNED = 1 } |
Signed/unsigned indicator. More... | |
enum | HWAPI_BYTEORDER { HWAPI_BYTEORDER_BIG_ENDIAN = 0, HWAPI_BYTEORDER_LITTLE_ENDIAN = 1 } |
Byte Order indicator. More... |
typedef HANDLE HWDOCUMENT |
typedef HANDLE HWSESSION |
enum HWAPI_BYTEORDER |
enum HWAPI_SIGN |