File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Please refer to the DPMI Specification (@pxref{DPMI Specification})
1414for details on DPMI function call operation. Also see
1515the DPMI Overview (@pxref{DPMI Overview}) for general information.
1616
17- DPMI function AX = 0x0401 (DPMI 1.0 only). Not supported by CWSDPMI and
18- Windows.
17+ DPMI function AX = 0x0401 (DPMI 1.0 only). Supported by CWSDPMI v5
18+ and later, but not by Windows.
1919
2020Gets the capabilities of the server. @var{flags} are as follows:
2121
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ not by Windows.
2020This function retrieves the attributes of a number of pages. Pass the
2121handle in @code{@var{info}->handle}, offset of first page (relative to
2222start of block) in @code{@var{info}->address}, and number of pages in
23- @code{@var{info}->count }. The buffer @var{buffer} gets filled in with
23+ @code{@var{info}->size }. The buffer @var{buffer} gets filled in with
2424the attributes. For each page, a 16-bit attribute word in @var{buffer}
2525defines the attributes of that page as follows:
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ not by Windows.
2020This function sets attributes of a number of pages. Pass handle in
2121@code{@var{info}->handle}, offset within block in
2222@code{@var{info}->address}, and number of pages in
23- @code{@var{info}->count }. @var{buffer} points to an array of 16-bit
23+ @code{@var{info}->size }. @var{buffer} points to an array of 16-bit
2424words which specify the new attributes.
2525@xref{__dpmi_get_page_attributes}, for the definition of the page
2626attribute word.
You can’t perform that action at this time.
0 commit comments