Re: How do I do this in Euphoria? Structs and Windows Messages

new topic     » goto parent     » topic index » view thread      » older message » newer message

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)


new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu