SMC_DestroyParser
Syntax
native SMC_DestroyParser(&SMCParser:handle);
Usage
| Parameter | Description |
|---|---|
| handle | Handle to an SMC Parse structure. |
Description
Disposes of an SMC parser.
Return
True if disposed, false otherwise.
native SMC_DestroyParser(&SMCParser:handle);
| Parameter | Description |
|---|---|
| handle | Handle to an SMC Parse structure. |
Disposes of an SMC parser.
True if disposed, false otherwise.