CreateCompatibleDC method

Pointer<HDC__> CreateCompatibleDC(
  1. Pointer<HDC__> hdc
)

Implementation

ffi.Pointer<HDC__> CreateCompatibleDC(
  ffi.Pointer<HDC__> hdc,
) {
  return _CreateCompatibleDC(
    hdc,
  );
}