GlobalCompact method

int GlobalCompact(
  1. int dwMinFree
)

Implementation

int GlobalCompact(
  int dwMinFree,
) {
  return _GlobalCompact(
    dwMinFree,
  );
}