Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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 |