FlsGetValue method

Pointer<Void> FlsGetValue(
  1. int dwFlsIndex
)

Implementation

ffi.Pointer<ffi.Void> FlsGetValue(
  int dwFlsIndex,
) {
  return _FlsGetValue(
    dwFlsIndex,
  );
}