ReactOS 0.4.15-dev-7842-g558ab78
asynot.idl
Go to the documentation of this file.
1/*
2 * Copyright (C) 2009 Huw Davies
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
19[
20 object,
21 uuid(0c733a96-2a1c-11ce-ade5-00aa0044773d),
23]
25{
26 [local]
28
29 [call_as(OnLowResource)]
31
32 [local]
34 [in] DBASYNCHOP eOperation,
35 [in] DBCOUNTITEM ulProgress,
36 [in] DBCOUNTITEM ulProgressMax,
37 [in] DBASYNCHPHASE eAsynchPhase,
38 [in, annotation("__in_opt")] LPOLESTR pwszStatusText);
39
40 [call_as(OnProgress)]
42 [in] DBASYNCHOP eOperation,
43 [in] DBCOUNTITEM ulProgress,
44 [in] DBCOUNTITEM ulProgressMax,
45 [in] DBASYNCHPHASE eAsynchPhase,
46 [in, unique, string] LPOLESTR pwszStatusText);
47
48 [local]
50 [in] DBASYNCHOP eOperation,
51 [in] HRESULT hrStatus,
52 [in, annotation("__in_opt")] LPOLESTR pwszStatusText);
53
54 [call_as(OnStop)]
56 [in] DBASYNCHOP eOperation,
57 [in] HRESULT hrStatus,
58 [in, unique, string] LPOLESTR pwszStatusText);
59}
ULONG_PTR HCHAPTER
Definition: dbs.idl:301
DWORD DBASYNCHOP
Definition: dbs.idl:312
DWORD DBASYNCHPHASE
Definition: dbs.idl:319
coclass PSFactoryBuffer pointer_default(unique)] interface ObjectRpcBaseTypes
Definition: dcom.idl:35
#define annotation(x)
Definition: dispex.idl:19
#define local
Definition: zutil.h:30
GLuint in
Definition: glext.h:9616
HRESULT OnLowResource([in] DB_DWRESERVE dwReserved)
HRESULT OnStop([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] HRESULT hrStatus, [in, annotation("__in_opt")] LPOLESTR pwszStatusText)
HRESULT RemoteOnLowResource([in] DB_DWRESERVE dwReserved)
HRESULT OnProgress([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] DBCOUNTITEM ulProgress, [in] DBCOUNTITEM ulProgressMax, [in] DBASYNCHPHASE eAsynchPhase, [in, annotation("__in_opt")] LPOLESTR pwszStatusText)
HRESULT RemoteOnStop([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] HRESULT hrStatus, [in, unique, string] LPOLESTR pwszStatusText)
HRESULT RemoteOnProgress([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] DBCOUNTITEM ulProgress, [in] DBCOUNTITEM ulProgressMax, [in] DBASYNCHPHASE eAsynchPhase, [in, unique, string] LPOLESTR pwszStatusText)
Definition: msctf.idl:550
static LPOLESTR
Definition: stg_prop.c:27
_In_ HANDLE _In_ DWORD _In_ DWORD _Inout_opt_ LPOVERLAPPED _In_opt_ LPTRANSMIT_FILE_BUFFERS _In_ DWORD dwReserved
Definition: mswsock.h:95
ULONG DBCOUNTITEM
Definition: oledb.idl:34
DWORD DB_DWRESERVE
Definition: oledb.idl:38