C++
BOOL acedGetIUnknownForCurrentCommand( LPUNKNOWN & pUnk );
File
rxmfcapi.h
Description
This function obtains the IUnknown of the object associated with the current command of the current document.
Returns false if no command is currently executing or no object has been set for the current command.
Parameters
Parameters | Description |
---|---|
pUnk | Reference to the LPUNKNOWN that points to the object associated with the current command of the current document |