#ifndef _NTRTL_H
// Cloud Filters
#if (PHNT_VERSION >= PHNT_REDSTONE3)
// msdn
NTSYSAPI
NTSTATUS
NTAPI
RtlIsPartialPlaceholderFileInfo(
_In_ PVOID InfoBuffer,
_In_ FILE_INFORMATION_CLASS InfoClass,
_Out_ PBOOLEAN IsPartialPlaceholder
);
View code on GitHub
This function is documented in Windows Driver Kit.