The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => WINDOWS.INC Project => Topic started by: lamer on April 20, 2006, 08:12:52 PM

Title: Next windows.inc wish
Post by: lamer on April 20, 2006, 08:12:52 PM
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.
Title: Re: Next windows.inc wish
Post by: Ar-ras on April 21, 2006, 03:40:08 PM
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?