|
|
1.1 ! root 1: /* Copyright (C) 2004 TrueCrypt Team, truecrypt.org ! 2: This product uses components written by Paul Le Roux <[email protected]> */ ! 3: ! 4: /* Everything below this line is automatically updated by the -mkproto-tool- */ ! 5: ! 6: NTSTATUS TCOpenVolume ( PDEVICE_OBJECT DeviceObject , PEXTENSION Extension , MOUNT_STRUCT *mount , PWSTR pwszMountVolume , BOOL bRawDevice ); ! 7: void TCCloseVolume ( PDEVICE_OBJECT DeviceObject , PEXTENSION Extension ); ! 8: NTSTATUS TCCompletion ( PDEVICE_OBJECT DeviceObject , PIRP Irp , PVOID pUserBuffer ); ! 9: NTSTATUS TCReadWrite ( PDEVICE_OBJECT DeviceObject , PEXTENSION Extension , PIRP Irp ); ! 10: NTSTATUS TCSendDeviceIoControlRequest ( PDEVICE_OBJECT DeviceObject , PEXTENSION Extension , ULONG IoControlCode , char *OutputBuffer , int OutputBufferSize ); ! 11: NTSTATUS COMPLETE_IRP ( PDEVICE_OBJECT DeviceObject , PIRP Irp , NTSTATUS IrpStatus , ULONG IrpInformation );
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.