标签:des style blog io color ar os java sp
The C code in your library must interact with the Dreamweaver JavaScript interpreter at the following different times:
To accomplish these tasks, the interpreter defines several data types and exposes an API. Definitions for the data types and functions that are listed in this section appear in the mm_jsapi.h file. For your library to work properly, you must include the mm_jsapi.h file with the following line at the top of each file in your library:
1 #include "mm_jsapi.h"
Including the mm_jsapi.h file includes, in turn, mm_jsapi_environment.h, which defines the MM_Environment structure.
Dreamweaver 扩展开发:C-level extensibility and the JavaScript interpreter
标签:des style blog io color ar os java sp
原文地址:http://www.cnblogs.com/leonkao/p/4082602.html