GetCommConfig method

int GetCommConfig(
  1. Pointer<Void> hCommDev,
  2. Pointer<COMMCONFIG> lpCC,
  3. Pointer<Uint64> lpdwSize
)

Implementation

int GetCommConfig(
  ffi.Pointer<ffi.Void> hCommDev,
  ffi.Pointer<COMMCONFIG> lpCC,
  ffi.Pointer<ffi.Uint64> lpdwSize,
) {
  return _GetCommConfig(
    hCommDev,
    lpCC,
    lpdwSize,
  );
}