sbffi
sbffi copied to clipboard
how to use user32 with type string
const FindWindowW = getNativeFunction('user32.dll', 'FindWindowW', 'int32_t', [ 'string', 'string' ]);