 | FSDKUnsupportHandlerCallback Delegate |
UnSupport Object process handling function.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic delegate void FSDKUnsupportHandlerCallback(
UNSUPPORT_INFO pThis,
UnsupportedObjectTypes nType
)
Public Delegate Sub FSDKUnsupportHandlerCallback (
pThis As UNSUPPORT_INFO,
nType As UnsupportedObjectTypes
)
public delegate void FSDKUnsupportHandlerCallback(
UNSUPPORT_INFO^ pThis,
UnsupportedObjectTypes nType
)
type FSDKUnsupportHandlerCallback =
delegate of
pThis : UNSUPPORT_INFO *
nType : UnsupportedObjectTypes -> unit/** @delegate */
public delegate void FSDKUnsupportHandlerCallback(
UNSUPPORT_INFO pThis,
UnsupportedObjectTypes nType
)
Parameters
- pThis UNSUPPORT_INFO
- Pointer to the interface structure itself.
- nType UnsupportedObjectTypes
- The type of unsupportObject.
See Also