OpenIcon method

int OpenIcon(
  1. Pointer<HWND__> hWnd
)

Implementation

int OpenIcon(
  ffi.Pointer<HWND__> hWnd,
) {
  return (_OpenIcon ??=
      _dylib.lookupFunction<_c_OpenIcon, _dart_OpenIcon>('OpenIcon'))(
    hWnd,
  );
}