GetWriteWatch method
Implementation
int GetWriteWatch(
int dwFlags,
ffi.Pointer<ffi.Void> lpBaseAddress,
int dwRegionSize,
ffi.Pointer<ffi.Pointer<ffi.Void>> lpAddresses,
ffi.Pointer<ffi.Uint64> lpdwCount,
ffi.Pointer<ffi.Uint64> lpdwGranularity,
) {
return (_GetWriteWatch ??=
_dylib.lookupFunction<_c_GetWriteWatch, _dart_GetWriteWatch>(
'GetWriteWatch'))(
dwFlags,
lpBaseAddress,
dwRegionSize,
lpAddresses,
lpdwCount,
lpdwGranularity,
);
}