Re: How do I do this in Euphoria? Structs and Windows Messages
- Posted by Evan Marshall <1evan at sbcglobal.net> May 30, 2004
- 538 views
typedef struct tagREGMESSAGE { BYTE bStatus[4][256] BYTE bDeviceData[14] }REGDATA; }}} <eucode>--NOT REGMESSAGE</eucode> {{{ typedef struct tagREGMESSAGE { HWND hWnd UINT uiMessage WPARAM wParam }REGMESSAGE;
atom REGDATA, REGMESSAGE REGDATA = allocate(1038) REGMESSAGE = allocate(12)