Article ID: 100833
Article Last Modified on 3/12/2004
+-------+-------+-------+-------+-------+-------+
|Selector 2(64K)|Selector 4(64K)|Selector 6(64K)|
+-------+-------+-------+-------+-------+-------+-------+
|Selector 1(64K)|Selector 3(64K)|Selector 5(64K)| |
+-------+-------+-------+-------+-------+-------+-------+
| 32K | 32K | 32K | 32K | 32K | 32K | 32K |
+-------+-------+-------+-------+-------+-------+-------+
Under Win32s, 16-bit and 32-bit applications share the same global data
space; therefore, it is possible to share a buffer of up to 64K in size
with a far pointer or more than 64K with a huge pointer by doing the
following:
126708 HOWTO: Pass Large Memory Block Through Win32s Universal Thunk
Keywords: kbinfo kbprogramming kbthunks KB100833