DWRITE_DOWNLOAD_RESULT enumeration
Represents the result of a download operation.
Syntax
enum DWRITE_DOWNLOAD_RESULT {
DWRITE_DOWNLOAD_RESULT_NONE,
DWRITE_DOWNLOAD_RESULT_SUCCEEDED,
DWRITE_DOWNLOAD_RESULT_FAILED,
DWRITE_DOWNLOAD_RESULT_CANCELED
};
Constants
DWRITE_DOWNLOAD_RESULT_NONE
Specifies that no download occurred.DWRITE_DOWNLOAD_RESULT_SUCCEEDED
Specifies that a download succeeded.DWRITE_DOWNLOAD_RESULT_FAILED
Specifies that a download failed.DWRITE_DOWNLOAD_RESULT_CANCELED
Specifies that a download was cancelled.
Requirements
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
Header |
Dwrite_3.h |