Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. InvokeHelper.. More info needed!

InvokeHelper.. More info needed!

Scheduled Pinned Locked Moved COM
questioncomsysadmindebuggingbusiness
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    harinath
    wrote on last edited by
    #1

    InvokeHelper() function... //MSDN says This method calls the object method or property specified by dwDispID, in the context specified by wFlags. The pbParamInfo parameter specifies the types of the parameters passed to the method or property. The variable list of arguments is represented by ... in the syntax declaration. well, that is what MSDN says about InvokeHelper method of COleDespatcher class. Now My confusion is.... I am trying to understand a project, which is an activex control whose purpose is to display some graphical interface to the data given from a server. Here the OCX project is using another library which is a wrapper for another library, customized to the requirements of OCX project. When I tried to trace how the flow of function call is going on.. it is happening like this.. my ocx project is calling method from wrapper project which is using InvokeHelper(..). my collegue says "it is all com funda".. and he showed me a method in another project where actual code is present. The function call is something like this. InvokeHelper(0xa, DISPATCH_METHOD, VT_BOOL, (void*)&result, parms, iTraceNumber, &strTraceId, strSource); But How do I come to know what is happening here.. it is all confusing. any ideas..? meanwhile I try to go thru the COM section of codeguru and codeproject. Thanx in advance Harinath Harinath Reddy HOneywell Technology Solutions Lab, Bangalore, India-560076

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups