Click or drag to resize

TwainMemoryWriteIntPtr Method (IntPtr)

Writes a TW_HANDLE into the memory at the current Position and advances the position.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void WriteIntPtr(
	IntPtr value
)

Parameters

value
Type: SystemIntPtr
The value to write.
Exceptions
ExceptionCondition
Thrown if the TwainMemory has been disposed.
Thrown if the Position is invalid for writing this data.
Remarks
This method will increase the Position by IntPtr.Size bytes.
See Also