ACTIVATION_CONTEXT_QUERY_INDEX structure (winnt.h)
The ACTIVATION_CONTEXT_QUERY_INDEX structure is used by QueryActCtxW function.
Syntax
typedef struct _ACTIVATION_CONTEXT_QUERY_INDEX {
DWORD ulAssemblyIndex;
DWORD ulFileIndexInAssembly;
} ACTIVATION_CONTEXT_QUERY_INDEX, *PACTIVATION_CONTEXT_QUERY_INDEX;
Members
ulAssemblyIndex
One-based index of the assembly whose file table is to be queried.
ulFileIndexInAssembly
Zero-based index of the file in the above assembly to be queried.
Remarks
Calling the QueryActCtxW function with the FileInformationInAssemblyOfAssemblyInActivationContext option requires that the pvSubInstance parameter point to an ACTIVATION_CONTEXT_QUERY_INDEX structure. See the sample for ASSEMBLY_FILE_DETAILED_INFORMATION for an example of its use.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winnt.h (include Windows.h) |