Home
last modified time | relevance | path

Searched refs:Duplicate (Results 1 – 20 of 20) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dconnectmanager.h60 STDMETHOD(Duplicate)(LPCWSTR pszwDuplicateName, INetConnection **ppCon) override;
H A Dconnectmanager.cpp199 CNetConnection::Duplicate( in Duplicate() function in CNetConnection
/reactos/dll/win32/riched20/
H A Driched_tom.idl298 HRESULT Duplicate([retval, out] ITextRange **range);
407 HRESULT Duplicate([retval, out] ITextFont **font);
410 HRESULT Duplicate([in] ITextFont *font);
576 HRESULT Duplicate([retval, out] ITextPara **para);
579 HRESULT Duplicate([in] ITextPara *para);
/reactos/sdk/include/psdk/
H A Dnetcon.h104 STDMETHOD_(HRESULT,Duplicate)(THIS_ LPCWSTR pszwDuplicateName, INetConnection **ppCon) PURE; in DECLARE_INTERFACE_()
119 #define INetConnection_Duplicate(p,a,b) (p)->lpVtbl->Duplicate(p,a,b)
H A Dnetcon.idl117 HRESULT Duplicate(
H A Dd3drmobj.h2042 STDMETHOD(Duplicate) (THIS_ IDirect3DRMProgressiveMesh **mesh) PURE; in DECLARE_INTERFACE_() local
2078 #define IDirect3DRMProgressiveMesh_Duplicate(p,a) (p)->lpVtbl->Duplicate(p,a)
2111 #define IDirect3DRMProgressiveMesh_Duplicate(p,a) (p)->Duplicate(a)
H A Dmshtml.idl7122 HRESULT duplicate([retval, out] IHTMLTxtRange **Duplicate);
/reactos/drivers/filters/fltmgr/
H A Dfltmgrint.h267 ULONG Duplicate; member
/reactos/base/applications/network/telnet/lang/
H A Den-US.rc89 MSG_KEYDUPSWKEY "Duplicate switching key.\n"
/reactos/dll/win32/mshtml/
H A Dtxtrange.c1021 static HRESULT WINAPI HTMLTxtRange_duplicate(IHTMLTxtRange *iface, IHTMLTxtRange **Duplicate) in HTMLTxtRange_duplicate() argument
1027 TRACE("(%p)->(%p)\n", This, Duplicate); in HTMLTxtRange_duplicate()
1030 hres = HTMLTxtRange_Create(This->doc, nsrange, Duplicate); in HTMLTxtRange_duplicate()
/reactos/dll/win32/modemui/lang/
H A Den-US.rc7 MENUITEM "&Duplicate...", 0
H A Dno-NO.rc7 MENUITEM "&Duplicate...", 0
/reactos/sdk/lib/3rdparty/freetype/
H A DChangeLog714 Duplicate the fast advance width calculations from the old parser.
1322 Duplicate and rename config options from CFF.
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG2084 * netif.c: Fixed bug #28877 (Duplicate ARP gratuitous packet with
4085 * tcp_in.c: Duplicate FIN ACK race condition fix by Kelvin Lawson.
/reactos/sdk/include/reactos/mc/
H A Derrcodes.mc34163 Schema update failed: Duplicate msDS-IntId. Retry the operation.
34166 Schema update failed: Duplicate msDS-IntId. Retry the operation.
34172 Schema update failed: Duplicate msDS-IntId. Retry the operation.
41944 Manifest Parse Error : Duplicate attribute.
41947 Manifest Parse Error : Duplicate attribute.
41950 Manifest Parse Error : Duplicate attribute.
41953 Manifest Parse Error : Duplicate attribute.
/reactos/dll/win32/kernel32/winnls/lang/
H A Dbg-BG.mc13651 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
16763 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
H A Dde-DE.mc13652 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
16764 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
H A Dpl-PL.mc13654 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
16766 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
H A Dru-RU.mc13652 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
16764 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.13974 * stlport/stl/_rope.h, _rope.c: Duplicate basic_string::npos definition code