begin
    iMy:=GetProcAddress(H, 'Imy');
//                          ^^^
    if Assigned(iMy) then
      iMy();
  end;