BindIoCompletionCallback method

int BindIoCompletionCallback(
  1. Pointer<Void> FileHandle,
  2. Pointer<NativeFunction<LPOVERLAPPED_COMPLETION_ROUTINE>> Function_1,
  3. int Flags
)

Implementation

int BindIoCompletionCallback(
  ffi.Pointer<ffi.Void> FileHandle,
  ffi.Pointer<ffi.NativeFunction<LPOVERLAPPED_COMPLETION_ROUTINE>> Function_1,
  int Flags,
) {
  return _BindIoCompletionCallback(
    FileHandle,
    Function_1,
    Flags,
  );
}