Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the status for an asynchronous operation.
Syntax
typedef enum AsyncStatus {
Started,
Completed,
Canceled,
Error
} ;
Constants
StartedThe operation is in progress. |
CompletedThe operation has completed without error. |
CanceledThe client has initiated a cancellation of the operation. |
ErrorThe operation has completed with an error. No results are available. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | asyncinfo.h |