resume method
void
resume()
Throws a WindowsException on failure.
Implementation
@pragma('vm:prefer-inline')
void resume() {
final hr$ = HRESULT(_ResumeFn(ptr));
if (hr$.isError) throw WindowsException(hr$);
}
Throws a WindowsException on failure.
@pragma('vm:prefer-inline')
void resume() {
final hr$ = HRESULT(_ResumeFn(ptr));
if (hr$.isError) throw WindowsException(hr$);
}