FreeScanConfig method (Twain Control)
Builder Syntax |
int FreeScanConfig(ppFASTCONFIG ppFastConfig, int nFastConfigCount); |
Delphi Syntax |
Function FreeScanConfig (ppFastConfig: ppFASTCONFIG; nFastConfigCount: L_INT ): L_INT; |
Overview |
Refer to Fast TWAIN (Scan Configurations). |
Remarks
(Document/Medical only) Frees storage allocated for a scan configuration array.
Call this method to free the memory allocated by the FindFastConfig and GetScanConfigs methods.
This method should be called when your program no longer needs the array of FASTCONFIG structures.
See Also