sys: fsext: FspFsextProviderTransact

This commit is contained in:
Bill Zissimopoulos
2019-11-16 14:02:44 -08:00
parent 3d9fc467ef
commit 39c189aff7
7 changed files with 56 additions and 0 deletions

View File

@ -53,6 +53,9 @@ typedef struct
FSP_DDI_DEF(NTSTATUS, FspFsextProviderRegister,
FSP_FSEXT_PROVIDER *Provider)
FSP_DDI_DEF(NTSTATUS, FspFsextProviderTransact,
PDEVICE_OBJECT DeviceObject, PFILE_OBJECT FileObject,
FSP_FSCTL_TRANSACT_RSP *Response, FSP_FSCTL_TRANSACT_REQ **PRequest)
FSP_DDI_DEF(NTSTATUS, FspPosixMapUidToSid,
UINT32 Uid,