Leaked source code of windows server 2003
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.

18 lines
501 B

  1. #ifndef HNFBLOCK_H_
  2. #define HNFBLOCK_H_
  3. #include <iethread.h>
  4. #ifdef __cplusplus
  5. extern "C" { /* Assume C declarations for C++. */
  6. #endif /* __cplusplus */
  7. DECLARE_HANDLE(HNFBLOCK);
  8. HNFBLOCK ConvertNFItoHNFBLOCK(IETHREADPARAM* pInfo, LPCTSTR pszPath, DWORD dwProcId);
  9. IETHREADPARAM *ConvertHNFBLOCKtoNFI(HNFBLOCK hBlock);
  10. #ifdef __cplusplus
  11. } /* End of extern "C" {. */
  12. #endif /* __cplusplus */
  13. #endif // HNFBLOCK_H_