PRJ_STARTVIRTUALIZING_OPTIONS Struktur (projectedfslib.h)
Optionen, die beim Starten einer Virtualisierungs-instance bereitgestellt werden sollen.
Syntax
typedef struct PRJ_STARTVIRTUALIZING_OPTIONS {
PRJ_STARTVIRTUALIZING_FLAGS Flags;
UINT32 PoolThreadCount;
UINT32 ConcurrentThreadCount;
PRJ_NOTIFICATION_MAPPING *NotificationMappings;
UINT32 NotificationMappingsCount;
} PRJ_STARTVIRTUALIZING_OPTIONS;
Members
Flags
Ein Flag zum Starten der Virtualisierung.
PoolThreadCount
Die Anzahl der Threads, die der Anbieter für Dienstrückrufe erstellen möchte.
ConcurrentThreadCount
Die maximale Anzahl von Threads, die der Anbieter gleichzeitig ausführen möchte, um Rückrufe zu verarbeiten.
NotificationMappings
Ein Array mit 0 oder mehr Benachrichtigungszuordnungen. Weitere Informationen finden Sie im Abschnitt Hinweise von PRJ_NOTIFICATION MAPPING.
NotificationMappingsCount
Die Anzahl der in NotificationMappings bereitgestellten Benachrichtigungszuordnungen.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 10, Version 1809 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server [nur Desktop-Apps] |
Kopfzeile | projectedfslib.h |