Functions | |
DragDropFunction | mdlFileDragAndDrop_setFunction (DragDropFunction userDragDropFunc) |
Register a user function to be called when a particular the operator drops files on any MicroStation window. More... | |
int | mdlFileDragAndDrop_processFileList (DragDropFileEvent *ddfeP) |
The mdlFileDragAndDrop_processFileList function is used to cycle through the loaded MDL applications calling the File Drag and Drop function for each. More... | |
int mdlFileDragAndDrop_processFileList | ( | DragDropFileEvent * | ddfeP | ) |
The mdlFileDragAndDrop_processFileList function is used to cycle
through the loaded MDL applications calling the File Drag and Drop function for each.
[in] | ddfeP | is a pointer to the drag and drop file event. |
DragDropFunction mdlFileDragAndDrop_setFunction | ( | DragDropFunction | userDragDropFunc | ) |
Register a user function to be called when a particular the operator drops files on any MicroStation window.
The specified function will be called asynchronously.
[in] | userDragDropFunc | points to an MDL function to be registered or NULL. If this parameter is NULL, the function's previous registration will be discarded. |