点击或拖拽改变大小

UnmanagedMethodsWideCharToMultiByte 方法

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static int WideCharToMultiByte(
	uint cp,
	uint flags,
	string pwzSource,
	int cchSource,
	byte[] pbDestBuffer,
	int cbDestBuffer,
	IntPtr null1,
	IntPtr null2
)

参数

cp
类型:SystemUInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="cp"/> 文档]

flags
类型:SystemUInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="flags"/> 文档]

pwzSource
类型:SystemString

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="pwzSource"/> 文档]

cchSource
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="cchSource"/> 文档]

pbDestBuffer
类型:SystemByte

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="pbDestBuffer"/> 文档]

cbDestBuffer
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="cbDestBuffer"/> 文档]

null1
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="null1"/> 文档]

null2
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="null2"/> 文档]

返回值

类型:Int32

[缺少 "M:CPF.Windows.UnmanagedMethods.WideCharToMultiByte(System.UInt32,System.UInt32,System.String,System.Int32,System.Byte[],System.Int32,System.IntPtr,System.IntPtr)" 的 <returns> 文档]

参见