Scroll to navigation

GlobalGetAtomNameW(3w) Wine API GlobalGetAtomNameW(3w)

NAME

GlobalGetAtomNameW (KERNEL32.@)

SYNOPSIS

UINT GlobalGetAtomNameW
(
ATOM atom,
LPWSTR buffer,
INT count
)
 

DESCRIPTION

See GlobalGetAtomNameA(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/atom.c".
Oct 2012 Wine API