Home
last modified time | relevance | path

Searched refs:subinst (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dactctx.c5572 NTSTATUS WINAPI RtlQueryInformationActivationContext( ULONG flags, HANDLE handle, PVOID subinst, in RtlQueryInformationActivationContext() argument
5580 subinst, class, buffer, bufsize, retlen); in RtlQueryInformationActivationContext()
5663 if (!subinst) return STATUS_INVALID_PARAMETER; in RtlQueryInformationActivationContext()
5665 index = *(DWORD*)subinst; in RtlQueryInformationActivationContext()
5724 const ACTIVATION_CONTEXT_QUERY_INDEX *acqi = subinst; in RtlQueryInformationActivationContext()