GdiplusStartup
C# Signature:
[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]
static extern int GdiplusStartup(out IntPtr token, ref StartupInput input,
out StartupOutput output);VB Signature:
Declare Shared Function GdiplusStartup Lib "gdiplus.dll" (ByRef token As IntPtr, _
ByRef input As StartupInput, ByRef output As StartupOutput) As IntegerVB Signature:
<DllImport("gdiplus.dll", EntryPoint:="GdiplusStartup", _
SetLastError:=True, CharSet:=CharSet.Unicode, _
ExactSpelling:=True, CallingConvention:=CallingConvention.StdCall)> _
Public Shared Function GdiplusStartup(ByRef token As IntPtr, _
ByRef input As GdipStartupInput, _
ByRef output As GdipStartupOutput) _
As Integer
End FunctionUser-Defined Types:
Última actualización