Call back to use with pfsExplore.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic 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