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
433 B

  1. #ifndef _INIT_H
  2. #define _INIT_H
  3. class CGWNote;
  4. #define ITM_SHUTDOWNTHREAD (WM_USER + 1)
  5. #define ITM_CREATENOTEONTHREAD (WM_USER + 2)
  6. void InitGWNoteThread(BOOL fInit);
  7. HRESULT HrCreateNote(REFCLSID clsidEnvelope, DWORD dwFlags);
  8. extern CGWNote *g_pActiveNote;
  9. extern HWND g_hwndInit;
  10. extern HEVENT g_hEventSpoolerInit;
  11. extern DWORD g_dwNoteThreadID;
  12. extern BOOL g_fInitialized;
  13. #endif //_INIT_H