Jump to content

DevHlp_ABIOSGetParms

From EDM2
Revision as of 23:32, 22 May 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:DevHlp_ABIOSGetParms}} Get ABIOS parameters for LID ==Mode== Kernel, Interrupt, Init ==Remarks== Refer to the IBM Personal System/2 and Personal Computer BIOS Interface Technical Reference, part number S68X-2341-00, for more detailed information on the use of ABIOS and its associated data structures. ==Example Code== ;C Calling Convention if (ABIOSGetParms(USHORT Lid,(FARPOINTER) &ABIOSParmBlock)) error Lid = The LID obtained by a previous GetLIDEnt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get ABIOS parameters for LID

Mode

Kernel, Interrupt, Init

Remarks

Refer to the IBM Personal System/2 and Personal Computer BIOS Interface Technical Reference, part number S68X-2341-00, for more detailed information on the use of ABIOS and its associated data structures.

Example Code

C Calling Convention
if (ABIOSGetParms(USHORT Lid,(FARPOINTER) &ABIOSParmBlock)) error

Lid = The LID obtained by a previous GetLIDEntry call
&ABIOSParmBlk = far pointer to DS-relative ABIOS parameter block