mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: IRP_MJ_CREATE
This commit is contained in:
@ -49,7 +49,7 @@ enum
|
||||
{
|
||||
FspFsctlTransactUnknownKind = 0,
|
||||
FspFsctlTransactCreateKind = 'C',
|
||||
FspFsctlTransactCreateCloseKind = 'c',
|
||||
FspFsctlTransactCreateCleanupCloseKind = 'c',
|
||||
FspFsctlTransactCloseKind = 'z',
|
||||
FspFsctlTransactReadKind = 'R',
|
||||
FspFsctlTransactWriteKind = 'W',
|
||||
|
Reference in New Issue
Block a user