CaptureArchive.1 |
Scroll |
Sends a command to Thereforeā¢ Capture Client to archive the current batch.
Namespace: Therefore.API
Visual Basic Public Overridable Function CaptureArchive ( _ pIndexData As TheIndexData, _ nFlags As TheCaptureArchiveFlags, _ hwndNotify As Integer _ ) C# public virtual void CaptureArchive ( TheIndexData pIndexData, TheCaptureArchiveFlags nFlags, int hwndNotify )
Parameters pIndexData TheIndexData containing at least a valid category number.
nFlags Flags for the archiving process
hwndNotify Window handle that will receive notification messages from the Capture Client.
Return Value None. |
|