PGDeref


*Where this package relies on other packages, the additional packages are listed below it.

Author(s) Phil Ide
Packages  Description
  • PGDeref  
  • Dereference pointers returned from 3PP DLL calls.

    DllCall() and DllExecuteCall() automatically dereference pointers that are returned. However, if pointer-to-pointers are returned, only the first level of indirection is resolved, and you get left with a pointer (which is seen in Xbase++ as a number).

    PGDeref() accepts a pointer as a parameter and dereferences it.

    Update History
    Version Updated Description
    1.0 15.12.2004 Initial release