[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_WclrEolV
------------------------------------------------------------------------------

Syntax        IntT CTYP _WclrEolV(WndT wh, WdfP w);

Prototype in  TcxlWin.H

Macros        WclrEolV(w) (_WclrEolV(0,(w)))
              WclrEol() (_WclrEolV(0,NULL))
              WVclrEol(wh) (_WclrEolV((wh),NULL))

Description   Clears from the cursor to the end of the selected window's line.
              The cursor's position is not updated.

Arguments     wh -  Window Handle
              w  -  Pointer to Window Structure

Returns       ERR_NUL  -  No Error
              ERR_ARG  -  Argument Failure

              TcxlErr contains:
                  W_NOACTIVE - No Active Window

Example

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson