コード例 #1
0
 public static extern uint ScriptGetFontProperties(
     IntPtr hdc,
     ref IntPtr psc,
     [In, Out, MarshalAs(UnmanagedType.Struct)] ref SCRIPT_FONTPROPERTIES sfp
     );
コード例 #2
0
 public static extern int ScriptGetFontProperties(Win32DCSafeHandle hdc, ref ScriptCacheSafeHandle psc, ref SCRIPT_FONTPROPERTIES sfp);
コード例 #3
0
ファイル: Win32.cs プロジェクト: zatuliveter/reportviewercore
 internal static extern int ScriptGetFontProperties(IntPtr hdc, ref ScriptCacheSafeHandle psc, ref SCRIPT_FONTPROPERTIES sfp);