sbffi icon indicating copy to clipboard operation
sbffi copied to clipboard

how to use user32 with type string

Open 6313504 opened this issue 4 years ago • 0 comments

const FindWindowW = getNativeFunction('user32.dll', 'FindWindowW', 'int32_t', [ 'string', 'string' ]);

6313504 avatar Jul 23 '20 01:07 6313504