mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[CDFS] Implement volume un/locking.
CORE-13957
This commit is contained in:
parent
b30670ba43
commit
03a9d8c7ca
2 changed files with 73 additions and 0 deletions
|
@ -153,6 +153,8 @@ typedef struct _CDINFO
|
|||
} CDINFO, *PCDINFO;
|
||||
|
||||
|
||||
#define VCB_VOLUME_LOCKED 0x0001
|
||||
|
||||
typedef struct
|
||||
{
|
||||
ERESOURCE VcbResource;
|
||||
|
@ -165,6 +167,8 @@ typedef struct
|
|||
PDEVICE_OBJECT StorageDevice;
|
||||
PFILE_OBJECT StreamFileObject;
|
||||
|
||||
ULONG Flags;
|
||||
|
||||
CDINFO CdInfo;
|
||||
|
||||
/* Notifications */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue