Re: ntdll / kernel32 : #52 (take #2)
10 Jan
2005
10 Jan
'05
12:49 p.m.
Eric Pouech <pouech-eric(a)wanadoo.fr> writes:
+/****************************************************************** + * NtAddAtom (NTDLL.@) + */ +NTSTATUS WINAPI NtAddAtom( const WCHAR* name, ULONG name_len, ATOM* atom ) +{ + return RtlAddAtomToAtomTable( get_global_table(), name, atom ); +}
You can't do that, if the name is a counted string you cannot ignore the length and assume it is null-terminated. -- Alexandre Julliard julliard(a)winehq.org
7731
Age (days ago)
7731
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard