en:docs:grabber:inquiregrab

Table of Contents

Note: This API calls are shared between DOS and Win16 personality.

DOSSHELL is a stripped down version of 16-bit Windows. Some APIs shared and same. DOSSHELL uses older version of API, but Win16 has more advanced APIs.

2021/08/05 08:18 · prokushev · 0 Comments

InquireGrab

Brief

Inquire grab buffer size

Entry

  • DS=CS
  • AX - function number
    • 1 - Inquire text grab buffer size
    • 2 - Inquire graphics grab buffer size

For HP Windows 1.03 and higher

For Windows 2.0x and higher

Return

DX:AX = size in bytes for grab buffer

Note

This entry optional for DOSSHELL

HP Windows 1.03 function codes need to be checked on real software