MF_SHARING_ENGINE_EVENT enumeration
Defines events that are sent by the sharing engine.
Syntax
typedef enum MF_SHARING_ENGINE_EVENT { MF_SHARING_ENGINE_EVENT_DISCONNECT = 2000, MF_SHARING_ENGINE_EVENT_LOCALRENDERINGSTARTED = 2001, MF_SHARING_ENGINE_EVENT_LOCALRENDERINGENDED = 2002, MF_SHARING_ENGINE_EVENT_STOPPED = 2003 } MF_SHARING_ENGINE_EVENT;
Constants
- MF_SHARING_ENGINE_EVENT_DISCONNECT
-
Reserved for internal use.
- MF_SHARING_ENGINE_EVENT_LOCALRENDERINGSTARTED
-
Reserved for internal use.
- MF_SHARING_ENGINE_EVENT_LOCALRENDERINGENDED
-
Reserved for internal use.
- MF_SHARING_ENGINE_EVENT_STOPPED
-
The device has stopped.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: