Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Represents types of applications tracked by the tracker server.
Syntax
typedef enum tagCOMPLUS_APPTYPE {
APPTYPE_UNKNOWN = 0xffffffff,
APPTYPE_SERVER = 1,
APPTYPE_LIBRARY = 0,
APPTYPE_SWC = 2
} COMPLUS_APPTYPE;
Constants
APPTYPE_UNKNOWNValue: 0xffffffff This value is not used. |
APPTYPE_SERVERValue: 1 COM+ server application. |
APPTYPE_LIBRARYValue: 0 COM+ library application. |
APPTYPE_SWCValue: 2 COM+ services without components. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
| Header | comsvcs.h |