GEN.H
上传用户:chn_coc
上传日期:2007-12-20
资源大小:563k
文件大小:0k
源码类别:

P2P编程

开发平台:

Windows_Unix

  1. typedef struct {
  2. int version;
  3. char *description;
  4. int (*init)();
  5. void (*config)();
  6. void (*quit)();
  7. HWND hwndParent;
  8. HINSTANCE hDllInstance;
  9. } winampGeneralPurposePlugin;
  10. #define GPPHDR_VER 0x10
  11. extern winampGeneralPurposePlugin *gen_plugins[256];
  12. typedef winampGeneralPurposePlugin * (*winampGeneralPurposePluginGetter)();