Hi, Hutch!
I've just found that current windows.inc does not include BIDIOPTIONS structure (used with EM_GETBIDIOPTIONS and EM_SETBIDIOPTIONS messages).
Please, have it in view in the next release.
RICHEDIT.H:
Quotetypedef struct _bidioptions
{
UINT cbSize;
WORD wMask;
WORD wEffects;
} BIDIOPTIONS;
BIDIOPTIONS STRUCT
cdSize DWORD ?
wMask WORD ?
wEffects WORD ?
BIDIOPTIONS ENDS
Is it corrent "translated"?
@Hutch:
If we find structrures which are not in the includes, should we send it to you?