AngelCode.com > Reference Database > Languages/C & C++/Calling conventions

Thunking in Win32: Simplifying callbacks to non-static member functions

Date written:Dec, 2006
Authors:Einar Otto Stangvik
Resource type:article
Links:[html]

Description

Shows how to build a thunk that allows you to pass a class member pointer to a callback that expects a global function pointer. The code is highly platform dependent though.

DB information

Date created:0000-00-00 00:00:00
Date evaluated:0000-00-00 00:00:00
Categories:Languages/C & C++/Calling conventions