News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Next windows.inc wish

Started by lamer, April 20, 2006, 08:12:52 PM

Previous topic - Next topic

lamer

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.

Ar-ras

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?