CWnd::RegisterTouchWindow

Registers or unregisters Windows touch support.

BOOL RegisterTouchWindow(
   BOOL bRegister = TRUE,
   ULONG ulFlags = 0
);

Parameters

  • bRegister
    TRUE indicates register Windows touch support; FALSE otherwise.

  • ulFlags
    A set of bit flags that specify optional modifications. This field may contain 0 or one of the following values: TWF_FINETOUCH, TWF_WANTPALM.

Return Value

TRUE if successful; otherwise FALSE.

Requirements

Header: afxwin.h

See Also

Reference

CWnd Class