TwclCustomWiFiMemoryComponent.FreeMemory(Pointer) Method

The method frees memory.

Namespace: wclWiFi
public
 function FreeMemory(const Memory: Pointer): Integer;

Parameters

Memory
Type: Pointer

Pointer to the memory to be freed.

Return Value

Type: Integer

If the function succeeds, the return value is wclErrors.WCL_E_SUCCESS.

If the function fails, the return value may be one of the WCL return codes.