"Paul A. Dugas" wrote:
> What's the difference between VoidHand and Handle?

Well, VoidHand starts with Void, and Handle ends with le... :-)

> I'm a C++ user and constantly having to reinterpret_cast<> them
> is getting tiresome.

Agreed, this is an extreme annoyance.

Why not use the shorter Handle() or VoidHand() cast syntax?  Even if
it's in your coding rules to use the verbose casts, I'd make an
exception in the case of this particular common usage.  This is what we
do in my application.

-slj-

Reply via email to