Call back to use with pfsExplore.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public delegate void pfsNodeCallback(
IntPtr handle
)
Public Delegate Sub pfsNodeCallback (
handle As IntPtr
)
public delegate void pfsNodeCallback(
IntPtr handle
)
type pfsNodeCallback =
delegate of
handle : IntPtr -> unit
Parameters
- handle
- Type: SystemIntPtr
A pfsHandle pointer
See Also