StartPage method

int StartPage(
  1. Pointer<HDC__> hdc
)

Implementation

int StartPage(
  ffi.Pointer<HDC__> hdc,
) {
  return (_StartPage ??=
      _dylib.lookupFunction<_c_StartPage, _dart_StartPage>('StartPage'))(
    hdc,
  );
}