mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +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
|
@ -345,9 +345,9 @@ Quit:
|
|||
Status = OpenAndMapFile(NULL,
|
||||
UnattendInfPath,
|
||||
&UnattendFileHandle,
|
||||
&FileSize,
|
||||
&SectionHandle,
|
||||
&ViewBase,
|
||||
&FileSize,
|
||||
FALSE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue