Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
typedef void* ComponentContextHandle;

Remarks

Clients of ComponentEntry will  will normally set this to the address of the ComponentEntry structure itself before registering the component with the framework. e.g:

...