Sunday, August 23, 2015
Pointer to a pointer to a pointer
I never thought I'd ever use the datatype void**** in a real project. Yet I did. That's the datatype of a pointer to a smart pointer to a COM object, which contains a pointer to the virtual function table, which is an array of function pointers.
Friday, August 14, 2015
Lack of a typelib is not a security fault
Amazing discovery of the day: Microsoft Word pops up a security prompt for a perfectly good macro if a reference to a typelib can't be resolved.
Subscribe to:
Posts (Atom)