WMS_RECORD_PROGRESS_OPCODE
Previous | Next |
WMS_RECORD_PROGRESS_OPCODE
The WMS_RECORD_PROGRESS_OPCODE enumeration type identifies the status of an archiving operation.
Syntax
typedef enum WMS_RECORD_PROGRESS_OPCODE{ WMS_RECORD_PROGRESS_ARCHIVE_STARTED = 0, WMS_RECORD_PROGRESS_ARCHIVE_FINISHED = 1 };
Members
WMS_RECORD_PROGRESS_ARCHIVE_STARTED
The archiving process has started.
WMS_RECORD_PROGRESS_ARCHIVE_FINISHED
The archiving process has finished.
Remarks
This enumeration is used in the OnDownloadContentProgress method on the IWMSCacheProxyServerCallback interface. A cache proxy plug-in implements this method, and the server calls it to indicate the progress of the downloading operation.
Requirements
Header: event.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
- Enumeration Types
- IWMSCacheProxyServerCallback.OnDownloadContentProgress (C#)
- IWMSCacheProxyServerCallback.OnDownloadContentProgress (Visual Basic .NET)
- IWMSCacheProxyServerCallback::OnDownloadContentProgress
Previous | Next |