mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Fix misplaced STDCALL
svn path=/trunk/; revision=10644
This commit is contained in:
parent
b7e51fe08f
commit
7095fe07cd
11 changed files with 49 additions and 49 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: device.c,v 1.76 2004/08/18 15:09:02 navaraf Exp $
|
/* $Id: device.c,v 1.77 2004/08/21 20:51:25 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -159,8 +159,8 @@ IoAttachDeviceByPointer(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoAttachDeviceToDeviceStackSafe(
|
IoAttachDeviceToDeviceStackSafe(
|
||||||
IN PDEVICE_OBJECT SourceDevice,
|
IN PDEVICE_OBJECT SourceDevice,
|
||||||
IN PDEVICE_OBJECT TargetDevice,
|
IN PDEVICE_OBJECT TargetDevice,
|
||||||
|
@ -217,8 +217,8 @@ IoDeleteDevice(PDEVICE_OBJECT DeviceObject)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoEnumerateDeviceObjectList(
|
IoEnumerateDeviceObjectList(
|
||||||
IN PDRIVER_OBJECT DriverObject,
|
IN PDRIVER_OBJECT DriverObject,
|
||||||
IN PDEVICE_OBJECT *DeviceObjectList,
|
IN PDEVICE_OBJECT *DeviceObjectList,
|
||||||
|
@ -234,8 +234,8 @@ IoEnumerateDeviceObjectList(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
PDEVICE_OBJECT
|
PDEVICE_OBJECT
|
||||||
|
STDCALL
|
||||||
IoGetDeviceAttachmentBaseRef(
|
IoGetDeviceAttachmentBaseRef(
|
||||||
IN PDEVICE_OBJECT DeviceObject
|
IN PDEVICE_OBJECT DeviceObject
|
||||||
)
|
)
|
||||||
|
@ -247,8 +247,8 @@ IoGetDeviceAttachmentBaseRef(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoGetDiskDeviceObject(
|
IoGetDiskDeviceObject(
|
||||||
IN PDEVICE_OBJECT FileSystemDeviceObject,
|
IN PDEVICE_OBJECT FileSystemDeviceObject,
|
||||||
OUT PDEVICE_OBJECT *DiskDeviceObject
|
OUT PDEVICE_OBJECT *DiskDeviceObject
|
||||||
|
@ -261,8 +261,8 @@ IoGetDiskDeviceObject(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
PDEVICE_OBJECT
|
PDEVICE_OBJECT
|
||||||
|
STDCALL
|
||||||
IoGetLowerDeviceObject(
|
IoGetLowerDeviceObject(
|
||||||
IN PDEVICE_OBJECT DeviceObject
|
IN PDEVICE_OBJECT DeviceObject
|
||||||
)
|
)
|
||||||
|
@ -685,8 +685,8 @@ IoOpenDeviceInstanceKey(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoRegisterBootDriverReinitialization(
|
IoRegisterBootDriverReinitialization(
|
||||||
IN PDRIVER_OBJECT DriverObject,
|
IN PDRIVER_OBJECT DriverObject,
|
||||||
IN PDRIVER_REINITIALIZE DriverReinitializationRoutine,
|
IN PDRIVER_REINITIALIZE DriverReinitializationRoutine,
|
||||||
|
@ -700,8 +700,8 @@ IoRegisterBootDriverReinitialization(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoRegisterLastChanceShutdownNotification(
|
IoRegisterLastChanceShutdownNotification(
|
||||||
IN PDEVICE_OBJECT DeviceObject
|
IN PDEVICE_OBJECT DeviceObject
|
||||||
)
|
)
|
||||||
|
@ -729,8 +729,8 @@ IoQueryDeviceEnumInfo(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoSetStartIoAttributes(
|
IoSetStartIoAttributes(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN BOOLEAN DeferredStartIo,
|
IN BOOLEAN DeferredStartIo,
|
||||||
|
@ -743,8 +743,8 @@ IoSetStartIoAttributes(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoSynchronousInvalidateDeviceRelations(
|
IoSynchronousInvalidateDeviceRelations(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN DEVICE_RELATION_TYPE Type
|
IN DEVICE_RELATION_TYPE Type
|
||||||
|
@ -757,8 +757,8 @@ IoSynchronousInvalidateDeviceRelations(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoValidateDeviceIoControlAccess(
|
IoValidateDeviceIoControlAccess(
|
||||||
IN PIRP Irp,
|
IN PIRP Irp,
|
||||||
IN ULONG RequiredAccess
|
IN ULONG RequiredAccess
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: driver.c,v 1.49 2004/08/15 16:39:03 chorns Exp $
|
/* $Id: driver.c,v 1.50 2004/08/21 20:51:25 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -1468,8 +1468,8 @@ IopReinitializeDrivers(VOID)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoCreateDriver (
|
IoCreateDriver (
|
||||||
IN PUNICODE_STRING DriverName, OPTIONAL
|
IN PUNICODE_STRING DriverName, OPTIONAL
|
||||||
IN PDRIVER_INITIALIZE InitializationFunction
|
IN PDRIVER_INITIALIZE InitializationFunction
|
||||||
|
@ -1482,8 +1482,8 @@ IoCreateDriver (
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoDeleteDriver (
|
IoDeleteDriver (
|
||||||
IN PDRIVER_OBJECT DriverObject
|
IN PDRIVER_OBJECT DriverObject
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: errlog.c,v 1.18 2004/08/15 16:39:03 chorns Exp $
|
/* $Id: errlog.c,v 1.19 2004/08/21 20:51:26 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -382,8 +382,8 @@ IoAllocateErrorLogEntry (IN PVOID IoObject,
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoFreeErrorLogEntry(
|
IoFreeErrorLogEntry(
|
||||||
PVOID ElEntry
|
PVOID ElEntry
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: file.c,v 1.33 2004/08/15 16:39:03 chorns Exp $
|
/* $Id: file.c,v 1.34 2004/08/21 20:51:26 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -168,8 +168,8 @@ NtSetQuotaInformationFile(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoCheckQuerySetFileInformation(
|
IoCheckQuerySetFileInformation(
|
||||||
IN FILE_INFORMATION_CLASS FileInformationClass,
|
IN FILE_INFORMATION_CLASS FileInformationClass,
|
||||||
IN ULONG Length,
|
IN ULONG Length,
|
||||||
|
@ -183,8 +183,8 @@ IoCheckQuerySetFileInformation(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoCheckQuerySetVolumeInformation(
|
IoCheckQuerySetVolumeInformation(
|
||||||
IN FS_INFORMATION_CLASS FsInformationClass,
|
IN FS_INFORMATION_CLASS FsInformationClass,
|
||||||
IN ULONG Length,
|
IN ULONG Length,
|
||||||
|
@ -198,8 +198,8 @@ IoCheckQuerySetVolumeInformation(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoCheckQuotaBufferValidity(
|
IoCheckQuotaBufferValidity(
|
||||||
IN PFILE_QUOTA_INFORMATION QuotaBuffer,
|
IN PFILE_QUOTA_INFORMATION QuotaBuffer,
|
||||||
IN ULONG QuotaLength,
|
IN ULONG QuotaLength,
|
||||||
|
@ -213,8 +213,8 @@ IoCheckQuotaBufferValidity(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoCreateFileSpecifyDeviceObjectHint(
|
IoCreateFileSpecifyDeviceObjectHint(
|
||||||
OUT PHANDLE FileHandle,
|
OUT PHANDLE FileHandle,
|
||||||
IN ACCESS_MASK DesiredAccess,
|
IN ACCESS_MASK DesiredAccess,
|
||||||
|
@ -240,8 +240,8 @@ IoCreateFileSpecifyDeviceObjectHint(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
PFILE_OBJECT
|
PFILE_OBJECT
|
||||||
|
STDCALL
|
||||||
IoCreateStreamFileObjectEx(
|
IoCreateStreamFileObjectEx(
|
||||||
IN PFILE_OBJECT FileObject OPTIONAL,
|
IN PFILE_OBJECT FileObject OPTIONAL,
|
||||||
IN PDEVICE_OBJECT DeviceObject OPTIONAL,
|
IN PDEVICE_OBJECT DeviceObject OPTIONAL,
|
||||||
|
@ -254,8 +254,8 @@ IoCreateStreamFileObjectEx(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
PFILE_OBJECT
|
PFILE_OBJECT
|
||||||
|
STDCALL
|
||||||
IoCreateStreamFileObjectLite(
|
IoCreateStreamFileObjectLite(
|
||||||
IN PFILE_OBJECT FileObject OPTIONAL,
|
IN PFILE_OBJECT FileObject OPTIONAL,
|
||||||
IN PDEVICE_OBJECT DeviceObject OPTIONAL
|
IN PDEVICE_OBJECT DeviceObject OPTIONAL
|
||||||
|
@ -268,8 +268,8 @@ IoCreateStreamFileObjectLite(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
STDCALL
|
||||||
IoIsFileOriginRemote(
|
IoIsFileOriginRemote(
|
||||||
IN PFILE_OBJECT FileObject
|
IN PFILE_OBJECT FileObject
|
||||||
)
|
)
|
||||||
|
@ -281,8 +281,8 @@ IoIsFileOriginRemote(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoQueryFileDosDeviceName(
|
IoQueryFileDosDeviceName(
|
||||||
IN PFILE_OBJECT FileObject,
|
IN PFILE_OBJECT FileObject,
|
||||||
OUT POBJECT_NAME_INFORMATION *ObjectNameInformation
|
OUT POBJECT_NAME_INFORMATION *ObjectNameInformation
|
||||||
|
@ -518,8 +518,8 @@ NtSetInformationFile(HANDLE FileHandle,
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoSetFileOrigin(
|
IoSetFileOrigin(
|
||||||
IN PFILE_OBJECT FileObject,
|
IN PFILE_OBJECT FileObject,
|
||||||
IN BOOLEAN Remote
|
IN BOOLEAN Remote
|
||||||
|
|
|
@ -52,8 +52,8 @@ IopNotifyFileSystemChange(PDEVICE_OBJECT DeviceObject,
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoCancelFileOpen(
|
IoCancelFileOpen(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN PFILE_OBJECT FileObject
|
IN PFILE_OBJECT FileObject
|
||||||
|
|
|
@ -65,8 +65,8 @@ NtpDeleteIoCompletion(PVOID ObjectBody)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoSetCompletionRoutineEx(
|
IoSetCompletionRoutineEx(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN PIRP Irp,
|
IN PIRP Irp,
|
||||||
|
@ -84,8 +84,8 @@ IoSetCompletionRoutineEx(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoSetIoCompletion (
|
IoSetIoCompletion (
|
||||||
IN PVOID IoCompletion,
|
IN PVOID IoCompletion,
|
||||||
IN PVOID KeyContext,
|
IN PVOID KeyContext,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: irp.c,v 1.66 2004/08/18 02:24:02 navaraf Exp $
|
/* $Id: irp.c,v 1.67 2004/08/21 20:51:26 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
STDCALL
|
||||||
IoForwardIrpSynchronously(
|
IoForwardIrpSynchronously(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN PIRP Irp
|
IN PIRP Irp
|
||||||
|
@ -72,8 +72,8 @@ IoFreeIrp(PIRP Irp)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
ULONG
|
ULONG
|
||||||
|
STDCALL
|
||||||
IoGetRequestorProcessId(
|
IoGetRequestorProcessId(
|
||||||
IN PIRP Irp
|
IN PIRP Irp
|
||||||
)
|
)
|
||||||
|
@ -85,8 +85,8 @@ IoGetRequestorProcessId(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoGetRequestorSessionId(
|
IoGetRequestorSessionId(
|
||||||
IN PIRP Irp,
|
IN PIRP Irp,
|
||||||
OUT PULONG pSessionId
|
OUT PULONG pSessionId
|
||||||
|
@ -100,8 +100,8 @@ IoGetRequestorSessionId(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
STDCALL
|
||||||
IoIsValidNameGraftingBuffer(
|
IoIsValidNameGraftingBuffer(
|
||||||
IN PIRP Irp,
|
IN PIRP Irp,
|
||||||
IN PREPARSE_DATA_BUFFER ReparseBuffer
|
IN PREPARSE_DATA_BUFFER ReparseBuffer
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: pnpmgr.c,v 1.32 2004/08/15 16:39:03 chorns Exp $
|
/* $Id: pnpmgr.c,v 1.33 2004/08/21 20:55:41 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -188,8 +188,8 @@ IoOpenDeviceRegistryKey(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
VOID
|
VOID
|
||||||
|
STDCALL
|
||||||
IoRequestDeviceEject(
|
IoRequestDeviceEject(
|
||||||
IN PDEVICE_OBJECT PhysicalDeviceObject
|
IN PDEVICE_OBJECT PhysicalDeviceObject
|
||||||
)
|
)
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
ULONG
|
ULONG
|
||||||
|
STDCALL
|
||||||
IoPnPDeliverServicePowerNotification(
|
IoPnPDeliverServicePowerNotification(
|
||||||
ULONG VetoedPowerOperation OPTIONAL,
|
ULONG VetoedPowerOperation OPTIONAL,
|
||||||
ULONG PowerNotification,
|
ULONG PowerNotification,
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: process.c,v 1.18 2004/08/15 16:39:03 chorns Exp $
|
/* $Id: process.c,v 1.19 2004/08/21 20:55:41 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -58,8 +58,8 @@ IoGetStackLimits(OUT PULONG LowLimit,
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
STDCALL
|
||||||
IoIsSystemThread(
|
IoIsSystemThread(
|
||||||
IN PETHREAD Thread
|
IN PETHREAD Thread
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: xhaldisp.c,v 1.10 2004/08/15 16:39:03 chorns Exp $
|
/* $Id: xhaldisp.c,v 1.11 2004/08/21 20:55:40 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -69,8 +69,8 @@ IoAssignDriveLetters(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoCreateDisk(
|
IoCreateDisk(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN struct _CREATE_DISK* Disk
|
IN struct _CREATE_DISK* Disk
|
||||||
|
@ -83,8 +83,8 @@ IoCreateDisk(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoGetBootDiskInformation(
|
IoGetBootDiskInformation(
|
||||||
IN OUT PBOOTDISK_INFORMATION BootDiskInformation,
|
IN OUT PBOOTDISK_INFORMATION BootDiskInformation,
|
||||||
IN ULONG Size
|
IN ULONG Size
|
||||||
|
@ -98,8 +98,8 @@ IoGetBootDiskInformation(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoReadDiskSignature(
|
IoReadDiskSignature(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN ULONG BytesPerSector,
|
IN ULONG BytesPerSector,
|
||||||
|
@ -113,8 +113,8 @@ IoReadDiskSignature(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoReadPartitionTableEx(
|
IoReadPartitionTableEx(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN struct _DRIVE_LAYOUT_INFORMATION_EX** DriveLayout
|
IN struct _DRIVE_LAYOUT_INFORMATION_EX** DriveLayout
|
||||||
|
@ -127,8 +127,8 @@ IoReadPartitionTableEx(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoSetPartitionInformationEx(
|
IoSetPartitionInformationEx(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN ULONG PartitionNumber,
|
IN ULONG PartitionNumber,
|
||||||
|
@ -142,8 +142,8 @@ IoSetPartitionInformationEx(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoSetSystemPartition(
|
IoSetSystemPartition(
|
||||||
PUNICODE_STRING VolumeNameString
|
PUNICODE_STRING VolumeNameString
|
||||||
)
|
)
|
||||||
|
@ -155,8 +155,8 @@ IoSetSystemPartition(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoVerifyPartitionTable(
|
IoVerifyPartitionTable(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN BOOLEAN FixErrors
|
IN BOOLEAN FixErrors
|
||||||
|
@ -169,8 +169,8 @@ IoVerifyPartitionTable(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoVolumeDeviceToDosName(
|
IoVolumeDeviceToDosName(
|
||||||
IN PVOID VolumeDeviceObject,
|
IN PVOID VolumeDeviceObject,
|
||||||
OUT PUNICODE_STRING DosName
|
OUT PUNICODE_STRING DosName
|
||||||
|
@ -183,8 +183,8 @@ IoVolumeDeviceToDosName(
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
STDCALL
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
IoWritePartitionTableEx(
|
IoWritePartitionTableEx(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN struct _DRIVE_LAYOUT_INFORMATION_EX* DriveLayfout
|
IN struct _DRIVE_LAYOUT_INFORMATION_EX* DriveLayfout
|
||||||
|
|
Loading…
Reference in a new issue