FWrite Function (IntPtr, String, DWord, Logic) | |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax 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
)
Request Example
View SourceParameters
- ptrHandle
- Type: IntPtr
- cBuffer
- Type: String
- nBytes
- Type: DWord
- lAnsi
- Type: Logic
If FALSE an OEM to ANSI conversion is made.
Return Value
Type:
DWordSee Also