mshtml: Added PrintHTML stub.
authorJacek Caban <jacek@codeweavers.com>
Wed, 22 Sep 2010 10:18:43 +0000 (12:18 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 22 Sep 2010 10:43:47 +0000 (12:43 +0200)
dlls/mshtml/main.c
dlls/mshtml/mshtml.spec

index a8bfb5e8200512f526bbe32d459af31add96b2df..679c206831b69f62138683b6eef49e423f2ab5f4 100644 (file)
@@ -334,6 +334,14 @@ HRESULT WINAPI ShowHTMLDialog(HWND hwndParent, IMoniker *pMk, VARIANT *pvarArgIn
     return E_NOTIMPL;
 }
 
+/***********************************************************************
+ *          PrintHTML (MSHTML.@)
+ */
+void WINAPI PrintHTML(HWND hwnd, HINSTANCE handle, LPCSTR cmdline, INT show)
+{
+    FIXME("(%p %p %s %x)\n", hwnd, handle, debugstr_a(cmdline), show);
+}
+
 DEFINE_GUID(CLSID_CBackgroundPropertyPage, 0x3050F232, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
 DEFINE_GUID(CLSID_CCDAnchorPropertyPage, 0x3050F1FC, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
 DEFINE_GUID(CLSID_CCDGenericPropertyPage, 0x3050F17F, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
index c8e1be58c8c4cc5a8f20550e8a90f92c0c0bba4c..5dfcdcdf7e181084e11257b97659208e447acb20 100644 (file)
@@ -6,7 +6,7 @@
 @ stdcall -private DllRegisterServer()
 @ stdcall -private DllUnregisterServer()
 @ stub MatchExactGetIDsOfNames
-@ stub PrintHTML
+@ stdcall PrintHTML(ptr ptr str long)
 @ stdcall RNIGetCompatibleVersion()
 @ stdcall RunHTMLApplication(long long str long)
 @ stdcall ShowHTMLDialog(ptr ptr ptr wstr ptr)