Share

acedAddDropTarget

C++

BOOL acedAddDropTarget(
    COleDropTarget* pTarget
);

File

rxmfcapi.h

Description

Adds a hook that notifies an ObjectARX application of any drop event started from an application other than AutoCAD.

Parameters

Parameters Description
pTarget Pointer to drop target

Was this information helpful?