mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[SETUPLIB] Split OpenAndMapFile function and Doxygen-ize it
This commit is contained in:
parent
e8e770fd14
commit
68c2a28973
5 changed files with 140 additions and 48 deletions
|
@ -263,8 +263,8 @@ CheckForValidPEAndVendor(
|
|||
VendorName->Length = 0;
|
||||
|
||||
Status = OpenAndMapFile(RootDirectory, PathNameToFile,
|
||||
&FileHandle, &SectionHandle, &ViewBase,
|
||||
NULL, FALSE);
|
||||
&FileHandle, NULL,
|
||||
&SectionHandle, &ViewBase, FALSE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Failed to open and map file '%S', Status 0x%08lx\n", PathNameToFile, Status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue