Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
variableA binary structure.
offsetA 1-based offset at which to start the insertion.
varTypeType of variable you want to insert. This is the same as it is for GetValueLockVariable.
varSizeThe size, in bytes, of the data to be inserted. For CHAR, ACHAR, UCHAR, WCHAR or BINARY varTypes.

...

A buffer must be allocated using the right size or there will be an overflow error.

See also

ANSI_Unicode()Unicode_ANSI()GetByteSize()GetBinaryValue()

...