sys: FspIopPostWorkRequest()

This commit is contained in:
Bill Zissimopoulos
2015-12-06 23:55:22 -08:00
parent 18025573a3
commit 0fb9de1ebd
8 changed files with 191 additions and 24 deletions

View File

@ -167,6 +167,7 @@ const char *IoctlCodeSym(ULONG ControlCode)
SYM(FSP_FSCTL_CREATE)
SYM(FSP_FSCTL_DELETE)
SYM(FSP_FSCTL_TRANSACT)
SYM(FSP_FSCTL_WORK)
default:
return "IOCTL:Unknown";
}