Exemplo n.º 1
0
        internal static GdiplusStartupOutput MakeGdiplusStartupOutput()
        {
            GdiplusStartupOutput result = new GdiplusStartupOutput();

            result.NotificationHook = result.NotificationUnhook = IntPtr.Zero;
            return(result);
        }
Exemplo n.º 2
0
		static internal extern Status GdiplusStartup(ref ulong token, ref GdiplusStartupInput input, ref GdiplusStartupOutput output);
Exemplo n.º 3
0
	    	internal static GdiplusStartupOutput MakeGdiplusStartupOutput ()
	    	{
	    		GdiplusStartupOutput result = new GdiplusStartupOutput ();
	    		result.NotificationHook = result.NotificationUnhook = IntPtr.Zero;
	        	return result;
	    	}