CadOnEventRenderViewport
Registers the host callback fired on the render viewport event (pass NULL to unregister; __stdcall, prototype must match).
void CadOnEventRenderViewport (
void* pFunc,
void* user
);
Parameters
- pFunc (void*)
- Address of the host callback (
__stdcall; passNULLto unregister). The prototype must match the event exactly. - user (void*)
- Caller-supplied output pointer.
Return Value
None.