FindClose method

int FindClose(
  1. Pointer<Void> hFindFile
)

Implementation

int FindClose(
  ffi.Pointer<ffi.Void> hFindFile,
) {
  return _FindClose(
    hFindFile,
  );
}