#ifndef _NTRTL_H
// private
NTSYSAPI
NTSTATUS
NTAPI
RtlCreateActivationContext(
_Reserved_ ULONG Flags,
_In_ PACTIVATION_CONTEXT_DATA ActivationContextData,
_In_opt_ ULONG ExtraBytes,
_In_opt_ PACTIVATION_CONTEXT_NOTIFY_ROUTINE NotificationRoutine,
_In_opt_ PVOID NotificationContext,
_Out_ PACTIVATION_CONTEXT *ActivationContext
);
View code on GitHub
No description available.