This topic has not yet been rated - Rate this topic

INTERACTION_CONTEXT_OUTPUT_CALLBACK function

Callback that receives events from an Interaction Context object.

Syntax


void INTERACTION_CONTEXT_OUTPUT_CALLBACK(
  _In_opt_  void *clientData,
  _In_      const INTERACTION_CONTEXT_OUTPUT *output
);

Parameters

clientData [in, optional]

A pointer to an object that contains information about the client. The value typically points to the object for which the member function is called.

output [in]

Output of the Interaction Context object.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Interactioncontext.h

Library

User32.lib

DLL

User32.dll

See also

Interaction Context Reference
INTERACTION_CONTEXT_OUTPUT
RegisterOutputCallbackInteractionContext

 

 

Build date: 10/16/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.