Functions.FWrite 方法 (IntPtr, String, UInt32, Boolean) | |
命名空间:
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
public static uint FWrite(
IntPtr ptrHandle,
string cBuffer,
uint nBytes,
bool lAnsi
)
查看代码参数
- ptrHandle
- 类型:IntPtr
- cBuffer
- 类型:String
- nBytes
- 类型:UInt32
- lAnsi
- 类型:Boolean
If FALSE an OEM to ANSI conversion is made.
返回值
类型:
UInt32参见