mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK]
* Fix a typo. svn path=/trunk/; revision=59971
This commit is contained in:
parent
262e99ecd4
commit
1a96516805
1 changed files with 1 additions and 1 deletions
|
@ -4257,7 +4257,7 @@ KsLoadResource(
|
|||
_In_ POOL_TYPE PoolType,
|
||||
_In_ ULONG_PTR ResourceName,
|
||||
_In_ ULONG ResourceType,
|
||||
_Outptr_result_bytebuffer_(ResourceSize) PVOID *Resource,
|
||||
_Outptr_result_bytebuffer_(*ResourceSize) PVOID *Resource,
|
||||
_Out_opt_ PULONG ResourceSize);
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
|
|
Loading…
Reference in a new issue