PFSDllWrapperpfsCreate Method |
Create an empty parameter structure to be used for writing a parameter file, or for creating a parameter definition.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static IntPtr pfsCreate()
Public Shared Function pfsCreate As IntPtr
public:
static IntPtr pfsCreate()
static member pfsCreate : unit -> IntPtr
Return Value
Type:
IntPtrA PfsHandle pointer. The pfsHandle returned must be used in subsequent calls to write interface functions or parameter definition functions
Remarks
The pfsHandle returned must be used in subsequent calls to write interface functions or parameter definition functions.
See Also