◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINSYS BOOL WinRemovePresParam(hwnd, id) HWND hwnd; /* window handle */ ULONG id; /* presentation parameter to remove */ The WinRemovePresParam function removes a presentation parameter. Parameter Description ──────────────────────────────────────────────────────────────────────────── hwnd Identifies the window that contains the presentation parameters to remove. id Identifies the presentation parameter to remove. For a list of presentation parameters, see the ◄Presentation parameters► topic. Return Value The return value is TRUE if the function is successful or FALSE if an error occurs. Comments When a presentation parameter is removed, a WM_PRESPARAMCHANGED message is sent to all windows owned by the window calling the WinSetPresParam function. See Also WinQueryPresParam, WinSetPresParam ♦