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 strongm 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: *

  1. manumohan

    #import doubt.....

    hi friends what is the difference between #import and #include directive. what is the purpose of the following directive? #import ***.dll Is it simply copies the contents in the dll or exporting symbols in the dll? what are the uses of #import
  2. manumohan

    Exported Symbols

    Hi friends How can i determine which functions are exported from a dll? Is there any tools to determine that? regards manu
  3. manumohan

    Why AfxGetInstanceHandle does not return a valid handle?

    Hi friends I want to get the process handle to kill it. I tried to get it with AfxGetInstanceHandle. But it is always returning an invalid handle.How can i get a valid handle using AfxGetInstanceHandle regards manu
  4. manumohan

    How to get the process handle?

    Friends I want to terminate a process. The first parametre to the API TerminateProcess is the process handle. How i can get a valid process handle. thanx in advance

Part and Inventory Search

Back
Top