...
Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpxWriteFile (fileId : INTEGER;
aValue : GENERIC;
maxNumberOfBytesToWrite : INTEGER)
status : INTEGER;
|
The xpxWriteFile function will write the value aValue on the specified open file fileId. The number of bytes to write is equal to the size of the aValue argument or equal to the maxNumberOfBytesToWrite argument if this is less than the size of the aValue argument.
Arguments
...
Type | Name | Comment |
INTEGER | fileId | The open file id |
GENERIC | aValue | The value to be written |
INTEGER | maxNumberOfBytesToWrite | The number of bytes to write |
Return Value
...
Insert excerpt |
---|
| US:_r_XPX_Return_Value |
---|
| US:_r_XPX_Return_Value |
---|
nopanel | true |
---|
|
Options
...
Example
...
Code Block |
---|
|
<Missing Example> |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "extension_schema" and parent = "5636522" |
---|
|