Frees the pointer to the specified structure.
#include "ltwrappr.h"
virtual L_INT LTwain::FreePropQueryStructure (ppltProperty)
Pointer to a pointer to a LTWAINPROPERTYQUERY structure to free.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
The ppltProperty parameter was allocated by calling the LTwain::QueryProperty function.
The ppltProperty parameter will be internally freed.
For an example, refer to LTwain::QueryProperty.