mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Add IoGetDeviceAttachmentBaseRef, IoGetDiskDeviceObject and IoGetLowerDeviceObject.
svn path=/trunk/; revision=41378
This commit is contained in:
@@ -4083,6 +4083,32 @@ IoGetBaseFileSystemDeviceObject (
|
||||
IN PFILE_OBJECT FileObject
|
||||
);
|
||||
|
||||
#if (VER_PRODUCTBUILD >= 2600)
|
||||
|
||||
NTKERNELAPI
|
||||
PDEVICE_OBJECT
|
||||
NTAPI
|
||||
IoGetDeviceAttachmentBaseRef (
|
||||
IN PDEVICE_OBJECT DeviceObject
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
IoGetDiskDeviceObject (
|
||||
IN PDEVICE_OBJECT FileSystemDeviceObject,
|
||||
OUT PDEVICE_OBJECT *DiskDeviceObject
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
PDEVICE_OBJECT
|
||||
NTAPI
|
||||
IoGetLowerDeviceObject (
|
||||
IN PDEVICE_OBJECT DeviceObject
|
||||
);
|
||||
|
||||
#endif /* (VER_PRODUCTBUILD >= 2600) */
|
||||
|
||||
NTKERNELAPI
|
||||
PEPROCESS
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user