C
WORD ReadWord( BYTE* pBuffer, WORD index );
Description
Reads a 16-bit word from a buffer
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
pBuffer |
pointer to a buffer to read from |
index |
index in the buffer to read to |
Returns
WORD - the word read
Side Effects
None
Remarks
None.