Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DISCONNECTValue: 2000 Reserved for internal use. | 
| MF_SHARING_ENGINE_EVENT_LOCALRENDERINGSTARTEDValue: 2001 Reserved for internal use. | 
| MF_SHARING_ENGINE_EVENT_LOCALRENDERINGENDEDValue: 2002 Reserved for internal use. | 
| MF_SHARING_ENGINE_EVENT_STOPPEDValue: 2003 The device has stopped. | 
| MF_SHARING_ENGINE_EVENT_ERRORValue: 2501 | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] | 
| Minimum supported server | Windows Server 2012 [desktop apps only] | 
| Header | mfsharingengine.h |