TlsFree method

int TlsFree(
  1. int dwTlsIndex
)

Implementation

int TlsFree(
  int dwTlsIndex,
) {
  return _TlsFree(
    dwTlsIndex,
  );
}