REGISTERWORDHEADER
typedef struct _REGISTERWORDHEADER{
ULONG cbSize
ULONG ulLengthReading;
ULONG ulOffsetReading;
ULONG ulLengthWord;
ULONG ulOffsetWord;
}REGISTERWORDHEADER;
typedef REGISTERWORDHEADER * PREGISTERWORDHEADER;
cbSize - size of this structure
ulLengthReading - length of reading string in bytes.
ulOffsetReading - offset from top of this structure in bytes for the reading
string.
ulLengthWord - length of word to register in bytes.
ulOffsetWord - offset from top of this structure in bytes for the word.