Sets the anti-aliasing filter.

Prototype declaration:


KMSTATUS KMAPI
kmChangeDisplayAntialiasMode(
		IN  KMBOOLEAN       bEnable
);

Description:

This function changes the enable/disable status of the anti-aliasing filter set at 
the kmSetDisplayMode function.
Parameters:
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.
Return values:
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.