ITwainDataStructureGetStructurePointer Method |
Creates the memory pointer containing data sent to TWAIN.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxvoid GetStructurePointer(
TwainMemory memory
)
Sub GetStructurePointer (
memory As TwainMemory
)
Parameters
- memory
- Type: Atalasoft.TwainTwainMemory
A TwainMemory object which should be used to allocate and write values that will
be sent to TWAIN.
Remarks
Examples ITwainDataStructure Interface
See Also