Go to the source code of this file.
◆ IntAddAtom()
Definition at line 13 of file useratom.c.
14{
18
21 {
24 }
25
27
29 {
32 }
34}
#define NT_SUCCESS(StatCode)
NTSYSAPI NTSTATUS NTAPI RtlAddAtomToAtomTable(_In_ PRTL_ATOM_TABLE AtomTable, _In_ PWSTR AtomName, _Out_ PRTL_ATOM Atom)
PVOID NTAPI PsGetCurrentThreadWin32Thread(VOID)
VOID FASTCALL SetLastNtError(_In_ NTSTATUS Status)
PRTL_ATOM_TABLE gAtomTable
Referenced by co_IntShellHookNotify(), and NtUserRegisterWindowMessage().
◆ IntAddGlobalAtom()
Definition at line 62 of file useratom.c.
63{
66
68
70 {
71 ERR(
"Error init Global Atom.\n");
72 return 0;
73 }
74
77
79}
static TAGREF LPCWSTR LPDWORD LPVOID lpBuffer
NTSYSAPI NTSTATUS NTAPI RtlPinAtomInAtomTable(_In_ PRTL_ATOM_TABLE AtomTable, _In_ RTL_ATOM Atom)
Referenced by InitUserAtoms().
◆ IntGetAtomName()
Definition at line 37 of file useratom.c.
38{
42
45 {
47 return 0;
48 }
49
51
53 {
55 return 0;
56 }
57
59}
NTSYSAPI NTSTATUS NTAPI RtlQueryAtomInAtomTable(_In_ PRTL_ATOM_TABLE AtomTable, _In_ RTL_ATOM Atom, _Out_opt_ PULONG RefCount, _Out_opt_ PULONG PinCount, _Out_opt_z_bytecap_(*NameLength) PWSTR AtomName, _Inout_opt_ PULONG NameLength)
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
Referenced by _Success_(), and NtUserGetClipboardFormatName().