EnumObjects method

int EnumObjects(
  1. Pointer<HDC__> hdc,
  2. int nType,
  3. Pointer<NativeFunction<GOBJENUMPROC>> lpFunc,
  4. int lParam,
)

Implementation

int EnumObjects(
  ffi.Pointer<HDC__> hdc,
  int nType,
  ffi.Pointer<ffi.NativeFunction<GOBJENUMPROC>> lpFunc,
  int lParam,
) {
  return _EnumObjects(
    hdc,
    nType,
    lpFunc,
    lParam,
  );
}