void RemoveDisplayHandle(DisplayHandleCategory cat = DHCAT_Normal); void RemoveDisplayHandle(const DisplayHandleType& handle, DisplayHandleCategory cat = DHCAT_Normal);
RemoveDisplayHandle removes a specified display handle from a category. If a handle is not provided, then the last handle is removed.
Parameters |
Description |
DisplayHandleCategory cat = DHCAT_Normal |
Display category. |
const DisplayHandleType& handle |
Display handle to be removed. |