J
jcak77
Hi,
I'm quite new to .Net development. So far I have been able to to what
I wanted, but now I just can't figure out how I can get an IDirectDraw
object.
I have found this method somewhere on the web:
[DllImport("ddraw.dll")]
public static extern Int32 DirectDrawCreate(IntPtr NO_GUID, Object
lplpDD, IntPtr pUnkOuter);
....but I don't want an "Object", I really would like an "IDirectDraw"
instead :-(
By browsing the assemblies in the "Add reference" dialog, I could find
"Microsoft.WindowsMobile.DirectX", but it doesn't contain IDirectDraw.
I'm using the Windows Mobile 6 Professional SDK with CF 3.5.
Can anyone help me?
Thank you very much.
I'm quite new to .Net development. So far I have been able to to what
I wanted, but now I just can't figure out how I can get an IDirectDraw
object.
I have found this method somewhere on the web:
[DllImport("ddraw.dll")]
public static extern Int32 DirectDrawCreate(IntPtr NO_GUID, Object
lplpDD, IntPtr pUnkOuter);
....but I don't want an "Object", I really would like an "IDirectDraw"
instead :-(
By browsing the assemblies in the "Add reference" dialog, I could find
"Microsoft.WindowsMobile.DirectX", but it doesn't contain IDirectDraw.
I'm using the Windows Mobile 6 Professional SDK with CF 3.5.
Can anyone help me?
Thank you very much.