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.

11 lines
449 B

  1. // ==============================================================================
  2. // I M N T N E F . H
  3. // ==============================================================================
  4. #ifndef __IMNTNEF_H
  5. #define __IMNTNEF_H
  6. #define IMNTNEF_DLL "imntnef.dll"
  7. typedef HRESULT (STDAPICALLTYPE *PFNHRGETTNEFRTFSTREAM)(LPSTREAM lpstmTnef, LPSTREAM *lppstmRtf);
  8. typedef HRESULT (STDAPICALLTYPE *PFNHRINIT)(BOOL fInit);
  9. #endif // __IMNTNEF_H