mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +00:00
[RTL]
Fix RtlEnumResources prototype svn path=/trunk/; revision=57549
This commit is contained in:
parent
915203ec64
commit
49cb1d4f85
1 changed files with 8 additions and 6 deletions
|
@ -286,12 +286,14 @@ LdrFindResourceDirectory_U(IN PVOID BaseAddress,
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
NTSTATUS NTAPI
|
NTSTATUS
|
||||||
LdrEnumResources(IN PVOID BaseAddress,
|
NTAPI
|
||||||
IN PLDR_RESOURCE_INFO ResourceInfo,
|
LdrEnumResources(
|
||||||
IN ULONG Level,
|
IN PVOID BaseAddress,
|
||||||
IN OUT PULONG ResourceCount,
|
IN PLDR_RESOURCE_INFO ResourceInfo,
|
||||||
OUT PVOID Resources OPTIONAL)
|
IN ULONG Level,
|
||||||
|
IN OUT PULONG ResourceCount,
|
||||||
|
OUT PLDR_ENUM_RESOURCE_INFO Resources OPTIONAL)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
return STATUS_NOT_IMPLEMENTED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue