FsRtlIsEcpFromUserMode - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

BOOLEAN FsRtlIsEcpFromUserMode(
  [in] PVOID EcpContext
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-fsrtlisecpfromusermode)

FsRtlIsEcpFromUserMode function

Description

The FsRtlIsEcpFromUserMode routine determines whether an extra create parameter (ECP) context structure originated from user mode.

Parameters

EcpContext [in]

Pointer to the ECP context structure to test.

Return value

FsRtlIsEcpFromUserMode returns TRUE if the ECP context structure originated in user mode and FALSE if the ECP context structure originated in kernel mode.