void UdmResultFree(UDM_RESULT* Result);
Frees a search result, previously returned by UdmFind2().
UdmFind2()
Result
Pointer to a variable of type UDM_RESULT.
None.
Example 1. UdmResultFree example #1
UdmResultFree
if (!(Result= UdmFind2(&Agent, "q=search+words"))) { printf('Error: UdmFind2 failed'); exit(1); } ... UdmResultFree(Result);
UdmEnvInit
UdmEnvFree
UdmAgentInit