IOSMapIORSToI24


mov eax, ErrorCode  ; IOR error code
mov ecx, Function   ; IOR function
VxDCall IOSMapIORSToI24
mov [Int24Err], eax

Maps an IOR error code to its INT 24h equivalent.

ErrorCode

Can be one the values specified for the IOR_result member of the IOR structure.

Function

Can be one of the values specified for the IOR_func member of the IOR structure.

See also IOR