Search:

Type: Posts; User: BrewBuster

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,126

    Thanks to both of you. What you wrote lead me to...

    Thanks to both of you. What you wrote lead me to a section in a book about multiple indirection and void * pointers.

    It's c++ book but "a void pointer can be assigned to any type of pointer...
  2. Replies
    3
    Views
    1,126

    Help understanding function header

    I don't fully understand the following line:

    <code>
    ------------------
    int AEEClsCreateInstance(AEECLSID ClsId,IShell * pIShell,IModule * po,void ** ppObj)
    {some code}

    --------------------...
Results 1 to 2 of 2