yucad3d

CadOnEventCmdLBDown

Registers the host callback fired on the cmd lb down event (pass NULL to unregister; __stdcall, prototype must match).

void CadOnEventCmdLBDown ( void* pFunc );

Parameters

pFunc (void*)
Address of the host callback (__stdcall; pass NULL to unregister). The prototype must match the event exactly.

Return Value

None.

See Also