Closed
Description
I'm currently using Windows C types to make writing the bindings easier as I can easily identify what I need to do where, for example, if I see LPWSTR
or LPPOINT
I know I need to deal with buffers or structs. Before the initial release, these should be cleaned up and converted to JavaScript types.
- Remove Windows C type TypeScript aliases
- Update all method argument and return types to be JavaScript types
- Update all method argument names to be easier to understand
hWnd
towindowHandle
szTitle
towindowTitle
- etc...
Metadata
Metadata
Assignees
Labels
No labels