ID = CoerceMode(RealViewPort, MonitorID, Flags);
d0 a0 d0 d1
ULONG CoerceMode(struct ViewPort *, ULONG, ULONG);
To determine the best mode in the MonitorID to coerce RealViewPort to, given the restrictions set in Flags.
This function takes into account the compatibility of the Monitor being coerced to, and the ViewPort that is being coerced. Incompatibilities will cause a result of INVALID_ID.
newmode = CoerceMode(vp, VGA_MONITOR_ID, PRESERVE_COLORS);