Click or drag to resize

ITwainDataStructureGetStructurePointer Method

Creates the memory pointer containing data sent to TWAIN.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void GetStructurePointer(
	TwainMemory memory
)

Parameters

memory
Type: Atalasoft.TwainTwainMemory
A TwainMemory object which should be used to allocate and write values that will be sent to TWAIN.
Remarks
DotTwain will dispose of this memory after calling ProcessResult(TwainMemory).
Examples
ITwainDataStructure Interface
See Also