Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CFunction.Call
Calls a C function.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CFunction | 10.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "CFunction.Call"; FunctionRef; Parameters... ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| FunctionRef | The reference number for the function. | $func |
| Parameters... | The parameters. Pass one for each value, see examples. |
Result
Returns OK or error.
Description
Calls a C function.Pass a FileMaker parameter for each parameter.
For pointer parameter, you can use Function.AllocateArray to pass an array as parameter. The passed value is then ignored and we pass pointer to array.
Examples
Call a function without parameters:
MBS( "CFunction.Call"; $function)
See also
Created 25th April 2020, last changed 25th April 2020
CFunction.AllocateArray - CFunction.FreeArray
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins