SetLayout method

int SetLayout(
  1. Pointer<HDC__> hdc,
  2. int l
)

Implementation

int SetLayout(
  ffi.Pointer<HDC__> hdc,
  int l,
) {
  return _SetLayout(
    hdc,
    l,
  );
}