dpmi_dosmemget
Move data from DOS memory to DPMI memory
Declaration
Source position: go32.pp line 194
procedure dpmi_dosmemget(seg: Word; ofs: Word; var data; count: LongInt);
Description
dpmi_dosmemput moves count bytes of data from the DOS memory location indicated by seg and ofs to DPMI memory indicated by data.
See also
Name | Description |
---|---|
dpmi_dosmemfillchar | Fill DOS memory with a character |
dpmi_dosmemfillword | Fill DOS memory with a word value |
dpmi_dosmemmove | Move DOS memory |
dpmi_dosmemput | Move data from DPMI memory to DOS memory. |