VslCreateSecureSection - NtDoc

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

NTSTATUS VslCreateSecureSection(
  PHANDLE   Handle,
  PEPROCESS TargetProcess,
  PMDL      Mdl,
  ULONG     DevicePageProtection,
  ULONG     Attributes
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-vslcreatesecuresection)

VslCreateSecureSection function

Description

This material is not yet available. This placeholder topic is provided as an example of documentation that may be included in a later release.

Parameters

Handle

TargetProcess

Mdl

DevicePageProtection

Attributes

Return value

}