Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Markclee
  • Content: Threads
  • Order by date
  1. Markclee

    Callback problem

    I'm having trouble setting up a callback function. I have a class ClassA that is instantiating another class ClassB. ClassB's header has: typedef void ( CALLBACK* MSGPROC ) ( void*, char*, int ); void SetCallback( MSGPROC pFunction, void* pValue ) { m_pCBFunction = pFunction; m_pCBArg =...

Part and Inventory Search

Back
Top