Click or drag to resize
PFSDllWrapperpfsPutListParam Method
Write a list of parameters

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static int pfsPutListParam(
	IntPtr handle,
	string key,
	string argtypelist,
	params int[] list
)

Parameters

handle
Type: SystemIntPtr
key
Type: SystemString
argtypelist
Type: SystemString
list
Type: SystemInt32

Return Value

Type: Int32
See Also