Microsoft Windows Development

  • Distinguish between subclassing and superclassing
  • What is the purpose of the CreateThread() API? What are the essential parameters to this function?
  • What is DllMain()? What are the four cases where this is called? How do you export functions from the DLL? How are the two ways by which a client can use functions exported from a DLL?