Share

AcTcUiGetDragInfo

C++

ACTCUI_PORT BOOL AcTcUiGetDragInfo(
    IDataObject* pDataObject, 
    ACTCUI_DRAG_HEADER* pHeader
);

File

AcTcUI.h

Description

Extracts the drag header information from the data object if the data object contains catalog items in a known format. See AcTcUiPasteItems for the list of formats.

Returns true if the drag information is extracted from the data object successfully. Returns false if the data object does not contain the catalog items or if the function fails.

Parameters

Parameters Description
pDataObject Input data object pointer that contains the items
pHeader Output pointer to drag header structure (ACTCUI_DRAG_HEADER) to receive the drag header information

Was this information helpful?