ReactOS 0.4.16-dev-598-gc07fba4
|
#include "partmgr.h"
Go to the source code of this file.
Definition at line 5 of file utils.c.
NTSTATUS IssueSyncIoControlRequest | ( | _In_ UINT32 | IoControlCode, |
_In_ PDEVICE_OBJECT | DeviceObject, | ||
_In_ PVOID | InputBuffer, | ||
_In_ ULONG | InputBufferLength, | ||
_In_ PVOID | OutputBuffer, | ||
_In_ ULONG | OutputBufferLength, | ||
_In_ BOOLEAN | InternalDeviceIoControl | ||
) |
Definition at line 19 of file utils.c.
Referenced by FdoHandleStartDevice(), FdoIoctlDiskGetDriveGeometryEx(), PartMgrRefreshDiskData(), and VolumeDeleteMountPoints().