hnfblock.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:
系统编程
开发平台:
Visual C++
- #ifndef HNFBLOCK_H_
- #define HNFBLOCK_H_
- #include <iethread.h>
- #ifdef __cplusplus
- extern "C" { /* Assume C declarations for C++. */
- #endif /* __cplusplus */
- DECLARE_HANDLE(HNFBLOCK);
- HNFBLOCK ConvertNFItoHNFBLOCK(IETHREADPARAM* pInfo, LPCTSTR pszPath, DWORD dwProcId);
- IETHREADPARAM *ConvertHNFBLOCKtoNFI(HNFBLOCK hBlock);
- #ifdef __cplusplus
- } /* End of extern "C" {. */
- #endif /* __cplusplus */
- #endif // HNFBLOCK_H_
English
