ReactOS 0.4.15-dev-7842-g558ab78
docobjectservice.idl
Go to the documentation of this file.
1/*
2 * Copyright 2011 Piotr Caban for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19import "objidl.idl";
20import "mshtml.idl";
21
22[
23 local,
24 object,
25 uuid(3050f801-98b5-11cf-bb82-00aa00bdce0b)
26]
28{
30 [in] IDispatch *pDispatch,
31 [in] LPCWSTR lpszUrl,
33 [in] LPCWSTR lpszFrameName,
34 [in] BYTE *pPostData,
35 [in] DWORD cbPostData,
36 [in] LPCWSTR lpszHeaders,
37 [in] BOOL fPlayNavSound,
38 [out] BOOL *pfCancel);
39
41 [in] IHTMLWindow2 *pHTMLWindow2,
42 [in] DWORD dwFlags);
43
45
47
49 [in] IHTMLWindow2 *pHTMLWindow,
50 [in] DWORD dwFlags);
51
53 [in] IHTMLWindow2 *pHTMLWindow);
54
56 [out] BSTR *pbstrPendingUrl);
57
59 [in] IHTMLElement *pHTMLElement);
60
62 [out] BSTR *pbstrSearch);
63
65 [in] LPCWSTR lpszUrl,
66 [out] BOOL *pfIsError);
67};
OLECHAR * BSTR
Definition: compat.h:2293
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
#define local
Definition: zutil.h:30
GLuint in
Definition: glext.h:9616
HRESULT ActiveElementChanged([in] IHTMLElement *pHTMLElement)
HRESULT FireDownloadComplete(void)
HRESULT GetUrlSearchComponent([out] BSTR *pbstrSearch)
HRESULT FireDownloadBegin(void)
HRESULT FireBeforeNavigate2([in] IDispatch *pDispatch, [in] LPCWSTR lpszUrl, [in] DWORD dwFlags, [in] LPCWSTR lpszFrameName, [in] BYTE *pPostData, [in] DWORD cbPostData, [in] LPCWSTR lpszHeaders, [in] BOOL fPlayNavSound, [out] BOOL *pfCancel)
HRESULT GetPendingUrl([out] BSTR *pbstrPendingUrl)
HRESULT FireNavigateComplete2([in] IHTMLWindow2 *pHTMLWindow2, [in] DWORD dwFlags)
HRESULT IsErrorUrl([in] LPCWSTR lpszUrl, [out] BOOL *pfIsError)
HRESULT FireDocumentComplete([in] IHTMLWindow2 *pHTMLWindow, [in] DWORD dwFlags)
HRESULT UpdateDesktopComponent([in] IHTMLWindow2 *pHTMLWindow)
Definition: msctf.idl:550
interface IHTMLWindow2 IHTMLWindow2
Definition: mshtmhst.idl:64
static FILE * out
Definition: regtests2xml.c:44
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185
unsigned char BYTE
Definition: xxhash.c:193