Int 2F/AX=1684h/BX=0033h

Prev Next Ralf Interrups Categories Contents

------

MS Windows - CONFIGMG - GET API ENTRY POINT

AX = 1684h
BX = 0033h (virtual device ID for CONFIGMG device) (see #02642)
ES:DI = 0000h:0000h

Return:
ES:DI -> VxD API entry point (see #02672) 0000h:0000h if the VxD does not support API in current mode

See Also: AX=1684h"DEVICE API" - INT 20"Windows"

(Table 02672) Call CONFIGMG.VXD entry point with:. AX = function number 0000h get CONFIGMG version

Return:
CF clear AH = major version AL = minor version ... 005Ah else

Return:
CF set AX = 0020h

See Also: #01297 at INT 20"Windows" - #02671 - #02673

Category: Windows - Int 2Fh - M

------

Prev Next Ralf Interrups Categories Contents