Enumerazione AsyncStatusInternal

Supporta l'infrastruttura WRL e non può essere utilizzata direttamente dal proprio codice.

enum AsyncStatusInternal;

Note

Specifica un mapping tra enumerazioni interne per lo stato delle operazioni asincrone e l'enumerazione Windows::Foundation::AsyncStatus.

Membri

  • _Created
    Equivalente a ::Windows::Foundation::AsyncStatus::Created

  • _Started
    Equivalente a ::Windows::Foundation::AsyncStatus::Started

  • _Completed
    Equivalente a ::Windows::Foundation::AsyncStatus::Completed

  • _Cancelled
    Equivalente a ::Windows::Foundation::AsyncStatus::Cancelled

  • _Error
    Equivalente a ::Windows::Foundation::AsyncStatus::Error

Requisiti

Header: async.h

Namespace: Microsoft::WRL::Details

Vedere anche

Riferimenti

Spazio dei nomi Microsoft::WRL::Details