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.

17 lines
684 B

  1. // Called from hlframe
  2. // Set user GUID, for identities
  3. HRESULT SetIdAutoSuggestForForms(const GUID *pguidId, void *pIntelliForms);
  4. // Exported for inetCPL
  5. EXTERN_C HRESULT ClearAutoSuggestForForms(DWORD dwClear); // dwClear in msiehost.h
  6. // called from iedisp.cpp
  7. void AttachIntelliForms(void *pOmWindow, HWND hwnd, IHTMLDocument2 *pDoc2, void **ppIntelliForms);
  8. void ReleaseIntelliForms(void *pIntelliForms);
  9. HRESULT IntelliFormsDoAskUser(HWND hwndBrowser, void *pv);
  10. // called from shuioc.cpp
  11. HRESULT IntelliFormsSaveForm(IHTMLDocument2 *pDoc2, VARIANT *pvarForm);
  12. HRESULT IntelliFormsActiveElementChanged(void *pIntelliForms, IHTMLElement * pHTMLElement);