Prototype declaration:
KMSTATUS KMAPI kmChangeDisplayAntialiasMode( IN KMBOOLEAN bEnable );
Description:
Parameters:This function changes the enable/disable status of the anti-aliasing filter set at the kmSetDisplayMode function.
Return values:bEnable(input) This parameter specifies whether the anti-aliasing filter can be used or not. When the anti-aliasing filter is enabled, the operation speed may decrease. KM_TRUE Enables use of Anti Aliasing Filter. KM_FALSE Disables use of Anti Aliasing Filter.
Value Explanation KMSTATUS_SUCCESS Success KMSTATUS_INVALID_DISPLAY_MODE Invalid display mode. A display mode that does not match that specified during initialization was specified.