点击或拖拽改变大小

UnmanagedMethodsCreateIconFromResourceEx 方法

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static IntPtr CreateIconFromResourceEx(
	byte* pbIconBits,
	int cbIconBits,
	bool fIcon,
	int dwVersion,
	int csDesired,
	int cyDesired,
	int flags
)

参数

pbIconBits
类型:SystemByte*

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="pbIconBits"/> 文档]

cbIconBits
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="cbIconBits"/> 文档]

fIcon
类型:SystemBoolean

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="fIcon"/> 文档]

dwVersion
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="dwVersion"/> 文档]

csDesired
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="csDesired"/> 文档]

cyDesired
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="cyDesired"/> 文档]

flags
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="flags"/> 文档]

返回值

类型:IntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateIconFromResourceEx(System.Byte*,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)" 的 <returns> 文档]

参见