Int 2F Fn CD02 R - Interwave Game Api - Get Program Status And Informati [s]

AX = CD02h
BX = program identifier

Return: CX = program status
bit 0: using synthesizer
bit 1: using Codec
bit 2: supports at least one Game Device (see AX=CD21h,AX=CD22h)
BX = supported API version (BCD, BH=major, BL=minor) if CX bit 2 set
ES:DI -> ASCIZ identification string
Range: AH=CDh-ECh, selected by scanning for an available multiplex number

Note: ordinarily, an application will loop through all valid program
identifiers (as returned by AX=CD01h); if any of the installed
programs conflicts with the use the caller wishes to make of the
InterWave chip, it should be disabled with AX=CD03h first

See Also: AX=CD00h"InterWave",AX=CD01h"InterWave",AX=CD03h"InterWave"

See Also: AX=CD05h"InterWave",AX=CD21h"InterWave",AX=CD80h"InterWave"