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.

13 lines
390 B

  1. #ifndef _IEDDE_H
  2. #define _IEDDE_H
  3. BOOL IEDDE_Initialize(void);
  4. void IEDDE_Uninitialize(void);
  5. void IEDDE_AutomationStarted(void);
  6. BOOL IEDDE_RunDelayedExecute();
  7. HRESULT IEDDE_BeforeNavigate(LPCWSTR pwszURL, BOOL *pfCanceled);
  8. HRESULT IEDDE_AfterNavigate(LPCWSTR pwszURL, HWND hwnd);
  9. BOOL IEDDE_NewWindow(HWND hwnd);
  10. BOOL IEDDE_WindowDestroyed(HWND hwnd);
  11. #endif //_IEDDE_H