Assume that a minifilter driver calls the FltSetInformationFile function to configure information for an opened or created file in Windows 8 or Windows Server 2012. The file is in a shared folder that is located on a Server Message Block (SMB) 1.x server. In this situation, the FltSetInformationFile function fails and returns the following error code:
0xC0410003 (STATUS_RDBSS_POST_OPERATION)
Note The expected behavior is that the FltSetInformationFile function returns either a STATUS_SUCCESS value or an appropriate NTSTATUS value.