ReactOS 0.4.15-dev-8058-ga7cbb60
ocmm.idl
Go to the documentation of this file.
1/*
2 * Copyright 2006 Matthew Kehrer
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 "oaidl.idl";
20import "ocidl.idl";
21
22cpp_quote("EXTERN_C const GUID NAMEDTIMER_DRAW;")
23
24[
25 object,
26 uuid(3050F361-98B5-11CF-BB82-00AA00BDCE0B),
28]
30{
31 HRESULT OnTimer([in] VARIANT vtimeAdvise);
32}
33
34
35[
36 object,
37 uuid(3050F360-98B5-11CF-BB82-00AA00BDCE0B),
39]
40interface ITimer : IUnknown
41{
43 [in] VARIANT vtimeMax,
44 [in] VARIANT vtimeInterval,
46 [in] ITimerSink *pTimerSink,
47 [out] DWORD *pdwCookie);
48
49 HRESULT Unadvise([in] DWORD dwCookie);
50
51 HRESULT Freeze([in] BOOL fFreeze);
52
54}
55
56
57[
58 object,
59 uuid(3050F35F-98B5-11CF-BB82-00AA00BDCE0B),
61]
63{
64 HRESULT CreateTimer([in] ITimer *pReferenceTimer,
65 [out] ITimer **ppNewTimer);
66
68 [out] ITimer **ppTimer);
69
71 [in] ITimer *pReferenceTimer);
72}
73
74cpp_quote("#define SID_STimerService IID_ITimerService")
CD3D10_BUFFER_DESC D3D10_BUFFER_DESC cpp_quote(" ~CD3D10_BUFFER_DESC() {}") operator const D3D10_BUFFER_DESC &() const
Definition: d3d10.idl:491
coclass PSFactoryBuffer pointer_default(unique)] interface ObjectRpcBaseTypes
Definition: dcom.idl:35
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
GLuint in
Definition: glext.h:9616
HRESULT CreateTimer([in] ITimer *pReferenceTimer, [out] ITimer **ppNewTimer)
HRESULT GetNamedTimer([in] REFGUID rguidName, [out] ITimer **ppTimer)
HRESULT SetNamedTimerReference([in] REFGUID rguidName, [in] ITimer *pReferenceTimer)
HRESULT OnTimer([in] VARIANT vtimeAdvise)
Definition: ocmm.idl:41
HRESULT Freeze([in] BOOL fFreeze)
HRESULT Unadvise([in] DWORD dwCookie)
HRESULT Advise([in] VARIANT vtimeMin, [in] VARIANT vtimeMax, [in] VARIANT vtimeInterval, [in] DWORD dwFlags, [in] ITimerSink *pTimerSink, [out] DWORD *pdwCookie)
HRESULT GetTime([out] VARIANT *pvtime)
Definition: msctf.idl:550
static FILE * out
Definition: regtests2xml.c:44
#define CF
Definition: simd.h:157
Definition: scsiwmi.h:51
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176