Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the apartment threading model to use for activating an in-process server.
Syntax
typedef enum ThreadingType {
ThreadingType_BOTH,
ThreadingType_STA,
ThreadingType_MTA
} ;
Constants
ThreadingType_BOTHApartment threading model is MTA and STA. |
ThreadingType_STAApartment threading model is STA. |
ThreadingType_MTAApartment threading model is MTA. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
| Header | activationregistration.h |