Clipboard Format Description

HostExplorer

Clipboard Format Description

3270 5250 VT

HostExplorer uses a private clipboard format that is dynamically registered with the Windows operating system. Therefore, there is no pre-assigned type for this format. The only way to check the format is to get the format value and call GetClipboardFormatName and see if the name is WIN3270.

To prevent any conversion problems, all normal screen data is stored in EBCDIC. Therefore, it is your responsibility to convert the data to ASCII.

WIN3270 Clipboard Format

Index

Type

Description

+0

Word

Number of Rows in Clipboard Image (RR)

+2

Word

Number of Columns in Clipboard Image (CC)

+4

PSCHAR

Character at Row 1, Column 1

+6

PSCHAR

Character at Row 1, Column 2

+4+(CC*2)

PSCHAR

Character at Row 2, Column 1

+6+(CC*2)

PSCHAR

Character at Row 2, Column 2


Related Topics

Type Formats

Buffer Contents

TN3270 Host Graphic Configuration