diff dwt/internal/win32/WINAPI.d @ 89:8c6a38719fb8

CoCreateInstance
author Frank Benoit <benoit@tionex.de>
date Wed, 06 Feb 2008 21:59:14 +0100
parents 43c42c637c9c
children 07e8963537b7
line wrap: on
line diff
--- a/dwt/internal/win32/WINAPI.d	Wed Feb 06 21:58:52 2008 +0100
+++ b/dwt/internal/win32/WINAPI.d	Wed Feb 06 21:59:14 2008 +0100
@@ -168,6 +168,9 @@
   int nBottomRect  // y-coord of lower-right corner
 );
 
+LRESULT CoCreateInstance(
+    byte* rclsid, void* pUnkOuter, int dwClsContext, byte* riid, void* ppv
+);
 /+
 // kernel32 winxp/vista
 version(ANSI){