Click or drag to resize

TwainEventGetStructurePointer 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
public void GetStructurePointer(
	TwainMemory memory
)

Parameters

memory
Type: Atalasoft.TwainTwainMemory

Return Value

Type: 
A global memory pointer containing data about the class. This pointer is used by SendCommand and sent to Twain for processing.

Implements

ITwainDataStructureGetStructurePointer(TwainMemory)
Remarks
DotTwain will dispose of this memory pointer after calling ProcessResult(TwainMemory).
See Also