K32Call.h
上传用户:ason123
上传日期:2010-03-31
资源大小:177k
文件大小:0k
源码类别:

并口编程

开发平台:

C++ Builder

  1. #ifndef K32CALL_H
  2. #define K32CALL_H
  3. extern "C"
  4. {
  5.   DWORD WINAPI GetK32ProcAddress(int ord);
  6. }
  7. #endif