VPICD_API_Get_Version

include bimodint.inc

mov     ax, VPICD_API_Get_Version
call    [lpfnVPICD]
jc      errorhandler
mov     [Major], ah
mov     [Minor], al
 

Retrieves the major and minor version numbers for the virtual PIC device.

lpfnVPICD
Entry-point address of the API handler for the virtual PIC device.