System User Functions
[quote user="Zhen Li"]mdlSystem_setFunction(SYSTEM_NEW_DESIGN_FILE, NewDesignFile);[/quote]
The generic mdlSystem_setFunction is replaced with specific SetXxxFunction methods. See header file mssystem.fdf.
Windows Clipboard Functions
[quote user="Zhen Li"]mdlClipboard_setFunction(CLIPBOARD_SET_PASTE, sc_ClipboardDataFormats);[/quote]
There are now three methods that concern the Windows clipboard...
SetCopyFunction SetCutFunction SetPasteFunction
See the MicroStationAPI help documentation and header file msclipbd.fdf.