MF_SHARING_ENGINE_EVENT enumeration (mfsharingengine.h)
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_ERROR = 2501
} ;
Constants
MF_SHARING_ENGINE_EVENT_DISCONNECT Value: 2000 Reserved for internal use. |
MF_SHARING_ENGINE_EVENT_LOCALRENDERINGSTARTED Value: 2001 Reserved for internal use. |
MF_SHARING_ENGINE_EVENT_LOCALRENDERINGENDED Value: 2002 Reserved for internal use. |
MF_SHARING_ENGINE_EVENT_STOPPED Value: 2003 The device has stopped. |
MF_SHARING_ENGINE_EVENT_ERROR Value: 2501 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | mfsharingengine.h |