On Wed, Sep 01, 1999 at 09:02:11AM +0100, Andy Piper wrote:
At 06:55 PM 8/31/99 -0400, Olivier Galibert wrote:
>Aren't menu item IDs integers rather than pointers, btw ? If yes, why
>are opaque_ptrs used instead of standard opaque ?
Well, its kirill's code so I can't say for sure but HMENU is actually a
void* as its used in a variety of different ways (and is defined by MS not
us).
Ok, since you says it's a void *, it's perfectly reasonable to use
opaque_ptr.
OG.