C++
ACCORE_PORT bool acedRegisterOnIdleWinMsg( const AcedOnIdleMsgFn pfn );
File
core_rxmfcapi.h
Description
Register a message hook into AutoCAD in order to be notified when AutoCAD is on idle.
Returns true if the hook is registered successfully.
Parameters
| Parameters | Description |
|---|---|
| pFn | Input pointer to a function with AcedOnIdleMsgFn prototype |