[ros-dev] [ros-diffs] [tkreuzer] 42596: Implement EngFileIoControl and EngFileWrite

Hervé Poussineau hpoussin at reactos.org
Mon Aug 10 19:51:38 CEST 2009


tkreuzer at svn.reactos.org a écrit :
 > Author: tkreuzer
 > Date: Mon Aug 10 17:09:14 2009
 > New Revision: 42596
 >
 > +static
 > +DWORD
 > +EngpFileIoRequest(
 > +    PFILE_OBJECT pFileObject,
 > +    ULONG   ulMajorFunction,
 > +    LPVOID  lpBuffer,
 > +    DWORD   nBufferSize,
 > +    ULONGLONG  ullStartOffset,
 > +    OUT LPDWORD lpInformation)
 > +{

[...]

 > +        return STATUS_INVALID_PARAMETER;

[...]

 > +        return FALSE;

[...]

 > +    return NT_SUCCESS(Status);
 > +}

I don't really understand what is supposed to return EngpFileIoRequest? 
A DWORD, a BOOLEAN, or a NTSTATUS?


Hervé



More information about the Ros-dev mailing list