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 the status of the cache for a media file or entry.
Syntax
typedef enum _MFNETSOURCE_CACHE_STATE {
  MFNETSOURCE_CACHE_UNAVAILABLE = 0,
  MFNETSOURCE_CACHE_ACTIVE_WRITING,
  MFNETSOURCE_CACHE_ACTIVE_COMPLETE
} MFNETSOURCE_CACHE_STATE;
Constants
| MFNETSOURCE_CACHE_UNAVAILABLEValue: 0 The cache for a file or entry does not exist. | 
| MFNETSOURCE_CACHE_ACTIVE_WRITINGThe cache for a file or entry is growing. | 
| MFNETSOURCE_CACHE_ACTIVE_COMPLETEThe cache for a file or entry is completed. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] | 
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] | 
| Header | mfidl.h |