Windows Media Player 11 SDK WMPPartnerNotificationĀ
Previous | Next |
WMPPartnerNotification
Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.
The WMPPartnerNotification enumeration defines operational states of an online store.
Syntax
typedef enum WMPPartnerNotification{ wmpsnBackgroundProcessingBegin = 1, wmpsnBackgroundProcessingEnd = 2, wmpsnCatalogDownloadFailure = 3, wmpsnCatalogDownloadComplete = 4 };
Members
wmpsnBackgroundProcessingBegin
Start background processing.
wmpsnBackgroundProcessingEnd
End background processing.
wmpsnCatalogDownloadFailure
The catalog download failed.
wmpsnCatalogDownloadComplete
The catalog download completed.
Requirements
Version: Windows Media Player 11
Header: contentpartner.h
See Also
Previous | Next |