第二期培训第一课作业
extern DllExport void ufcre( char *param, int *returnCode, int rlen ){
/* Initialize the API environment */
if( UF_CALL(UF_initialize()) )
{
/* Failed to initialize */
return;
}
uc1601("PLMHOME之家温馨提醒,\n请选择一个正确的文件名",1);
*returnCode=2;
UF_UI_open_listing_window();
UF_UI_write_listing_window("打开消息窗口");
/* TODO: Add your application code here */
/* Terminate the API environment */
UF_CALL(UF_terminate());
}
Good !
页:
[1]