sys: FsInformationClassSym()

This commit is contained in:
Bill Zissimopoulos
2016-01-24 22:29:00 -08:00
parent a0b0f9600c
commit 225f2ff59e
3 changed files with 31 additions and 4 deletions

View File

@ -618,6 +618,7 @@ const char *IrpMajorFunctionSym(UCHAR MajorFunction);
const char *IrpMinorFunctionSym(UCHAR MajorFunction, UCHAR MinorFunction);
const char *IoctlCodeSym(ULONG ControlCode);
const char *FileInformationClassSym(FILE_INFORMATION_CLASS FileInformationClass);
const char *FsInformationClassSym(FS_INFORMATION_CLASS FsInformationClass);
static inline
VOID FspDebugLogIrp(const char *func, PIRP Irp, NTSTATUS Result)
{