How would BMax pass an HWND

BlitzMax Forums/BlitzMax Programming/How would BMax pass an HWND

I'm talking specifically of the HWND type defined in windef.h with DECLARE_HANDLE(HWND)

Should my extern declarations refer to it as an int or a byte ptr?

It's an integer handle, so int.