MS Detours Library, detouring non win api function
- by flavour404
Hi,
I want to use the windows detours library to detour a non win api function. The function is part of the Qt library (QtGui4.dll). I am wondering how I would set up the function signature for :
void QPainter::drawText ( const QPointF & position, const QString & text )
I had a go with this and it received my usual share of errors, a…