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.
- Returns INT 24h error code.
- 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