mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:51:44 +00:00
- Add RtlPinAtomInAtomTable
svn path=/trunk/; revision=19169
This commit is contained in:
parent
b14fb42e35
commit
61f6a69b0e
1 changed files with 8 additions and 0 deletions
|
@ -1312,6 +1312,14 @@ RtlQueryAtomInAtomTable(
|
|||
IN OUT PULONG NameLength OPTIONAL
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlPinAtomInAtomTable(
|
||||
IN PRTL_ATOM_TABLE AtomTable,
|
||||
IN RTL_ATOM Atom
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue