Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IoGetSiloParameters function (ntddk.h)

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

Syntax

PIO_FOEXT_SILO_PARAMETERS IoGetSiloParameters(
 [in] PFILE_OBJECT FileObject
);

Parameters

[in] FileObject

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.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607
Minimum supported server Windows Server 2016
Target Platform Windows
Header ntddk.h
Library NtosKrnl.lib
DLL NtosKrnl.exe

Feedback

Was this page helpful?

Additional resources