GetAtomNameW method
Implementation
int GetAtomNameW(
int nAtom,
ffi.Pointer<ffi.Uint16> lpBuffer,
int nSize,
) {
return (_GetAtomNameW ??= _dylib
.lookupFunction<_c_GetAtomNameW, _dart_GetAtomNameW>('GetAtomNameW'))(
nAtom,
lpBuffer,
nSize,
);
}