Typedefs | Enumerations

Common Types and Structures

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 Documentation

typedef HANDLE HWDOCUMENT

Handles should not be stored or re-used across plug-in executions.

Definition at line 38 of file hwapi.h.

typedef HANDLE HWSESSION

Handles should not be stored or re-used across plug-in executions.

Definition at line 49 of file hwapi.h.


Enumeration Type Documentation

Enumerator:
HWAPI_BYTEORDER_BIG_ENDIAN 

Big Endian (MSB)

HWAPI_BYTEORDER_LITTLE_ENDIAN 

Little Endian (LSB)

Definition at line 72 of file hwapi.h.

enum HWAPI_SIGN
Enumerator:
HWAPI_SIGN_SIGNED 

signed value

HWAPI_SIGN_UNSIGNED 

unsigned value

Definition at line 61 of file hwapi.h.


Copyright © 2010 BreakPoint Software, Inc. All Right Reserved.
Generated on Sat Jan 1 2011 07:53:51 for Hex Workshop Plug-in API by doxygen 1.7.2