Re: TAPE 5/5: add implementation of kernel tape functions
26 Jan
2006
26 Jan
'06
12:26 p.m.
Hans Leidekker <hans(a)it.vu.nl> writes:
+ status = NtDeviceIoControlFile( device, NULL, NULL, NULL, &io, + IOCTL_TAPE_CREATE_PARTITION, &part, sizeof(TAPE_CREATE_PARTITION), NULL, 0 );
- return FALSE; + return (DWORD)status; }
All these functions should return Win32 error codes, not NT status codes. You probably want to set last error too. -- Alexandre Julliard julliard(a)winehq.org
7261
Age (days ago)
7261
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard