ACTIVATION_CONTEXT_QUERY_INDEX struttura (winnt.h)
La struttura ACTIVATION_CONTEXT_QUERY_INDEX viene usata dalla funzione QueryActCtxW .
Sintassi
typedef struct _ACTIVATION_CONTEXT_QUERY_INDEX {
DWORD ulAssemblyIndex;
DWORD ulFileIndexInAssembly;
} ACTIVATION_CONTEXT_QUERY_INDEX, *PACTIVATION_CONTEXT_QUERY_INDEX;
Members
ulAssemblyIndex
Indice basato sull'assembly il cui file table deve essere sottoposto a query.
ulFileIndexInAssembly
Indice in base zero del file nell'assembly precedente da eseguire query.
Commenti
La chiamata alla funzione QueryActCtxW con l'opzione FileInformationInAssemblyOfAssemblyInActivationContext richiede che il parametro pvSubInstance punti a una struttura ACTIVATION_CONTEXT_QUERY_INDEX . Vedere l'esempio per ASSEMBLY_FILE_DETAILED_INFORMATION per un esempio dell'uso.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winnt.h (includere Windows.h) |