1.1.19.4 WDRV_WINC_TLSCtxOpen
Function
WDRV_WINC_TLS_HANDLE WDRV_WINC_TLSCtxOpen(DRV_HANDLE handle)
Summary
Open a TLS context.
Description
Obtains a handle to a free TLS context.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
Returns
TLS handle or WDRV_WINC_TLS_INVALID_HANDLE.
Remarks
None.