DemoDllMain.cpp
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:0k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. // DemoDllMain.cpp : Defines the entry point for the DLL application.
  2. //
  3. #include "windows.h"
  4. BOOL APIENTRY DllMain( HMODULE hModule,
  5.                        DWORD  ul_reason_for_call,
  6.                        LPVOID lpReserved
  7.  )
  8. {
  9.     return TRUE;
  10. }