点击或拖拽改变大小

Functions.FWrite 方法 (IntPtr, String, UInt32, Boolean)

X#

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION FWrite(
	ptrHandle AS IntPtr,
	cBuffer AS STRING,
	nBytes AS DWORD,
	lAnsi AS LOGIC
) AS DWORD
查看代码

参数

ptrHandle
类型:IntPtr
cBuffer
类型:String
nBytes
类型:UInt32
lAnsi
类型:Boolean
If FALSE an OEM to ANSI conversion is made.

返回值

类型:UInt32
参见