FlsFree method

int FlsFree(
  1. int dwFlsIndex
)

Implementation

int FlsFree(
  int dwFlsIndex,
) {
  return _FlsFree(
    dwFlsIndex,
  );
}