StartPage method

int StartPage(
  1. Pointer<HDC__> hdc
)

Implementation

int StartPage(
  ffi.Pointer<HDC__> hdc,
) {
  return _StartPage(
    hdc,
  );
}