◄COleServer► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation OLE Classes────────────────────────────────────────── protected: virtual OLESTATUS OnExecute( LPVOID <lpCommands> ); Parameter Description <lpCommands> A far pointer to a block of memory that contains DDE Execute string commands. Remarks Override this funtion to handle DDE Execute messages. The server must not delete memory referenced by <lpCommands>. This is an advanced feature for developers familiar with Dynamic Data Exchange programming. Return Value See the ◄COleException► class for a list of return values. The value OLE_OK indicates that the function operated correctly. -♦-