ReactOS 0.4.15-dev-7953-g1f49173
asptlb.idl
Go to the documentation of this file.
1/*
2 * Copyright (C) 2010 Alistair Leslie-Hughes
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 "unknwn.idl";
20import "objidl.idl";
21import "oaidl.idl";
22
23[
24 object,
25 dual,
26 uuid(D97A6DA0-A864-11cf-83BE-00A0C90C2BD8)
27]
29{
30 [propget]
31 HRESULT Item([in, optional] VARIANT Var, [retval, out] VARIANT *pVariantReturn);
33 [restricted, propget]
34 HRESULT _NewEnum([retval, out] IUnknown **ppEnumReturn);
35
36 [propget]
37 HRESULT Count([retval, out] int *count);
38
39 [propget]
40 HRESULT Key([in] VARIANT key, [retval, out] VARIANT *value);
41};
42
43[
44 object,
45 dual,
46 uuid(D97A6DA0-A864-11cf-83BE-00A0C90C2BD8)
47]
49{
50 [propget]
51 HRESULT Buffer([retval, out] VARIANT_BOOL *is_buffering);
52
53 [propput]
54 HRESULT Buffer([in] VARIANT_BOOL is_buffering);
55
56 [propget]
59 [propput]
61
62 [propget]
63 HRESULT Expires([retval, out] VARIANT *minutes);
65 [propput]
66 HRESULT Expires([in] LONG minutes);
67
68 [propget]
69 HRESULT ExpiresAbsolute([retval, out] VARIANT *expires);
70
71 [propput]
72 HRESULT ExpiresAbsolute([in] DATE expires);
74 [propget]
76
77 [propget]
78 HRESULT Status([retval, out] BSTR *status);
80 [propput]
82
88 HRESULT AppendToLog([in] BSTR log_entry);
91
93
95
97
99
101
103 HRESULT WriteBlock([in] short block_number);
104
105 HRESULT IsClientConnected([retval, out] VARIANT_BOOL *is_connected);
107 [propget]
108 HRESULT CharSet([retval, out] BSTR *charset);
109
110 [propput]
112
114
115 [propget]
116 HRESULT CacheControl([retval, out] BSTR *cache_control);
117
118 [propput]
119 HRESULT CacheControl([in] BSTR cache_control);
120
121 [propget]
122 HRESULT CodePage([retval, out] LONG *codepage);
123
124 [propput]
126
127 [propget]
128 HRESULT LCID([retval, out] LONG *lcid);
129
130 [propput]
131 HRESULT LCID([in] LONG lcid);
132}
@ optional
Definition: SystemMenu.c:34
CFF_Charset charset
Definition: cffcmap.c:138
double DATE
Definition: compat.h:2253
OLECHAR * BSTR
Definition: compat.h:2293
short VARIANT_BOOL
Definition: compat.h:2290
const WCHAR * text
Definition: package.c:1799
GLuint GLuint GLsizei count
Definition: gl.h:1545
GLuint in
Definition: glext.h:9616
GLenum GLenum GLenum input
Definition: glext.h:9031
VARIANT Key([in] VARIANT key)
VARIANT Item([in, optional] VARIANT Var)
HRESULT Add([in] BSTR value, [in] BSTR name)
HRESULT Write([in] VARIANT text)
HRESULT Redirect(BSTR url)
VARIANT_BOOL Buffer
IRequestDictionary Cookies
HRESULT BinaryWrite([in] VARIANT input)
HRESULT WriteBlock([in] short block_number)
HRESULT IsClientConnected([retval, out] VARIANT_BOOL *is_connected)
BSTR CharSet
VARIANT ExpiresAbsolute
BSTR CacheControl
HRESULT AppendToLog([in] BSTR log_entry)
HRESULT End()
LONG CodePage
HRESULT Clear()
BSTR ContentType
HRESULT Pics([in] BSTR value)
HRESULT Flush()
HRESULT AddHeader([in] BSTR name, [in] BSTR value)
VARIANT Expires
Definition: msctf.idl:550
__u32 hidden
Definition: mkdosfs.c:13
static const WCHAR url[]
Definition: encode.c:1432
static BSTR content_type
static CookieInternal * cookies
Definition: msctf.c:65
coclass SHDocVw::ShellWindows dual
Definition: exdisp.idl:631
long LONG
Definition: pedump.c:60
static FILE * out
Definition: regtests2xml.c:44
Definition: copy.c:22
Definition: name.c:39
Definition: ps.c:97
Definition: pdh_main.c:94
int codepage
Definition: win_iconv.c:156