Source code of Windows XP (NT5)
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
280 B

  1. #ifndef HNFBLOCK_H_
  2. #define HNFBLOCK_H_
  3. #include <iethread.h>
  4. DECLARE_HANDLE(HNFBLOCK);
  5. HNFBLOCK ConvertNFItoHNFBLOCK(IETHREADPARAM* pInfo, LPCTSTR pszPath, DWORD dwProcId);
  6. IETHREADPARAM *ConvertHNFBLOCKtoNFI(HNFBLOCK hBlock);
  7. BOOL DesktopOnCommandLine(HNFBLOCK hnf);
  8. #endif