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 |
|
|
Library |
|
|
DLL |
|
See also
Build date: 10/16/2012
