You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
286 B
12 lines
286 B
#ifndef HNFBLOCK_H_
|
|
#define HNFBLOCK_H_
|
|
|
|
#include <iethread.h>
|
|
|
|
DECLARE_HANDLE(HNFBLOCK);
|
|
|
|
STDAPI_(HNFBLOCK) ConvertNFItoHNFBLOCK(IETHREADPARAM* pInfo, LPCTSTR pszPath, DWORD dwProcId);
|
|
STDAPI_(IETHREADPARAM *) ConvertHNFBLOCKtoNFI(HNFBLOCK hBlock);
|
|
|
|
|
|
#endif // HNFBLOCK_H_
|