GetCommMask method
Implementation
int GetCommMask(
ffi.Pointer<ffi.Void> hFile,
ffi.Pointer<ffi.Uint64> lpEvtMask,
) {
return (_GetCommMask ??= _dylib
.lookupFunction<_c_GetCommMask, _dart_GetCommMask>('GetCommMask'))(
hFile,
lpEvtMask,
);
}