Re: ntdll / kernel32 : #52 (take #2)
Jan. 10, 2005
6: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
7747
Age (days ago)
7747
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard