コード例 #1
0
ファイル: gdipStructs.cs プロジェクト: sengiv/WasmWinforms
        internal static GdiplusStartupOutput MakeGdiplusStartupOutput()
        {
            GdiplusStartupOutput result = new GdiplusStartupOutput();

            result.NotificationHook = result.NotificationUnhook = IntPtr.Zero;
            return(result);
        }
コード例 #2
0
ファイル: gdipFunctions.cs プロジェクト: Profit0004/mono
		static internal extern Status GdiplusStartup(ref ulong token, ref GdiplusStartupInput input, ref GdiplusStartupOutput output);
コード例 #3
0
ファイル: gdipStructs.cs プロジェクト: nlhepler/mono
	    	internal static GdiplusStartupOutput MakeGdiplusStartupOutput ()
	    	{
	    		GdiplusStartupOutput result = new GdiplusStartupOutput ();
	    		result.NotificationHook = result.NotificationUnhook = IntPtr.Zero;
	        	return result;
	    	}