Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jul 1, 2020

GetThreadinfo(LSI_THREAD_CALLMODULE) should return the name not any internal address

It would be great if the LS GetThreadinfo(11) command would return the calling modul name instead of an internal cryptic string number string like in example "*F134C18".

This would allow to write a much better error handling routine and would also offer higher possibilties using calling method and calling Modul !

  • Attach files
  • Guest
    Reply
    |
    Aug 22, 2023

    oops, that should read not GetThreadInfo(20

    GetThreadInfo(2) aka LSI_THREAD_MODULE

  • Guest
    Reply
    |
    Aug 22, 2023

    And please fix the output of GetThreadInfo(20 as well. Or provide 2 extra parameters that actually retunr the name instead of a pointer. Because pointers and 32/64bit antics are a pain to deal with, I'd like to receive the string as documented please.

  • Guest
    Reply
    |
    Aug 22, 2023

    I am of the opnion that a function documented as returning a name that instead returns a pointer to an undocumented data structure is a BUG to FIX, not an enhancement.

  • Guest
    Reply
    |
    Jul 2, 2020

    Amen. The way it works now is what used to be state of the art back in the 1990ies.