FWrite Function (IntPtr, String) | |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION FWrite(
pFile AS IntPtr,
c AS STRING
) AS DWORD
public static uint FWrite(
IntPtr pFile,
string c
)
Request Example
View SourceParameters
- pFile
- Type: IntPtr
- c
- Type: String
Return Value
Type:
DWordSee Also