Share

acedRemoveOnIdleWinMsg

C++

ACCORE_PORT bool acedRemoveOnIdleWinMsg(
    const AcedOnIdleMsgFn pfn
);

File

core_rxmfcapi.h

Description

Removes the OnIdle hook.

Returns true if the hook is removed successfully.

Parameters

Parameters Description
pfn Input pointer to the AcedOnIdleMsgFn to be removed

Was this information helpful?