How would BMax pass an HWND

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

Gabriel(Posted 2006) [#1]
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?


N(Posted 2006) [#2]
It's an integer handle, so int.