Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 3.37 KB

ne-interactioncontext-interaction_flags.md

File metadata and controls

93 lines (69 loc) · 3.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:interactioncontext.INTERACTION_FLAGS
INTERACTION_FLAGS (interactioncontext.h)
Specifies the state of an interaction.
INTERACTION_FLAGS
INTERACTION_FLAGS enumeration
INTERACTION_FLAG_BEGIN
INTERACTION_FLAG_CANCEL
INTERACTION_FLAG_END
INTERACTION_FLAG_INERTIA
INTERACTION_FLAG_MAX
INTERACTION_FLAG_NONE
input_intcontext.interaction_flags
interactioncontext.interaction_flags
interactioncontext/INTERACTION_FLAGS
interactioncontext/INTERACTION_FLAG_BEGIN
interactioncontext/INTERACTION_FLAG_CANCEL
interactioncontext/INTERACTION_FLAG_END
interactioncontext/INTERACTION_FLAG_INERTIA
interactioncontext/INTERACTION_FLAG_MAX
interactioncontext/INTERACTION_FLAG_NONE
input_intcontext\interaction_flags.htm
input_intcontext
8d1adbd2-03ca-4609-9738-45bc7b21f934
12/05/2018
INTERACTION_FLAGS, INTERACTION_FLAGS enumeration, INTERACTION_FLAG_BEGIN, INTERACTION_FLAG_CANCEL, INTERACTION_FLAG_END, INTERACTION_FLAG_INERTIA, INTERACTION_FLAG_MAX, INTERACTION_FLAG_NONE, input_intcontext.interaction_flags, interactioncontext.interaction_flags, interactioncontext/INTERACTION_FLAGS, interactioncontext/INTERACTION_FLAG_BEGIN, interactioncontext/INTERACTION_FLAG_CANCEL, interactioncontext/INTERACTION_FLAG_END, interactioncontext/INTERACTION_FLAG_INERTIA, interactioncontext/INTERACTION_FLAG_MAX, interactioncontext/INTERACTION_FLAG_NONE
interactioncontext.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
INTERACTION_FLAGS
19H1
INTERACTION_FLAGS
interactioncontext/INTERACTION_FLAGS
c++
APIRef
kbSyntax
HeaderDef
interactioncontext.h
INTERACTION_FLAGS

INTERACTION_FLAGS enumeration

-description

Specifies the state of an interaction.

-enum-fields

-field INTERACTION_FLAG_NONE:0x00000000

No flags set.

-field INTERACTION_FLAG_BEGIN:0x00000001

The beginning of an interaction.

-field INTERACTION_FLAG_END:0x00000002

The end of an interaction (including inertia).

-field INTERACTION_FLAG_CANCEL:0x00000004

Interaction canceled. INTERACTION_FLAG_END also set on cancel.

-field INTERACTION_FLAG_INERTIA:0x00000008

Inertia being processed.

-field INTERACTION_FLAG_MAX:0xffffffff

Maximum number of interactions exceeded.

-see-also

INTERACTION_CONTEXT_OUTPUT structure

INTERACTION_CONTEXT_OUTPUT2 structure

INTERACTION_CONTEXT_OUTPUT_CALLBACK callback function

INTERACTION_CONTEXT_OUTPUT_CALLBACK2 callback function

RegisterOutputCallbackInteractionContext function

RegisterOutputCallbackInteractionContext2 function