mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
19 lines
241 B
C
19 lines
241 B
C
#pragma once
|
|
|
|
NTSTATUS
|
|
NTAPI
|
|
RtlQueryAtomListInAtomTable(
|
|
IN PRTL_ATOM_TABLE AtomTable,
|
|
IN ULONG MaxAtomCount,
|
|
OUT ULONG *AtomCount,
|
|
OUT RTL_ATOM *AtomList
|
|
);
|
|
|
|
VOID
|
|
NTAPI
|
|
RtlInitializeRangeListPackage(
|
|
VOID
|
|
);
|
|
|
|
/* EOF */
|