Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
FltSupportsStreamContexts determines whether stream contexts are supported on a given file object.
Syntax
BOOLEAN FLTAPI FltSupportsStreamContexts(
[in] PFILE_OBJECT FileObject
);
Parameters
[in] FileObject
Pointer to the file object to test.
Return value
FltSupportsStreamContexts returns TRUE if the file system supports stream contexts for the file object; FALSE otherwise.
Remarks
Paging files do not currently support file, stream, or stream handle contexts.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Universal |
| Header | fltkernel.h (include Fltkernel.h) |
| Library | FltMgr.lib |
| DLL | Fltmgr.sys |
| IRQL | <= APC_LEVEL |