IoGetSiloParameters - NtDoc

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

PIO_FOEXT_SILO_PARAMETERS IoGetSiloParameters(
  [in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-iogetsiloparameters)

IoGetSiloParameters function

Description

This routine indicates if a file is within a Container context.

Parameters

FileObject [in]

The file in question.

Return value

If null, the file is not in a container context. Otherwise, a non-null value of type IO_FOEXT_SILO_PARAMETERS indicates that the file is within a Container context.