Skip to main content
KohakuNekotarou
Participant
August 13, 2026
Answered

How do I obtain the PrefixNumber for an InDesign C++ SDK plug-in?

  • August 13, 2026
  • 4 replies
  • 37 views

How do I obtain the PrefixNumber for an InDesign C++ SDK plug-in?

    Correct answer Manan Joshi

    The last time I checked the online facility to do so was not available. I had to write to Adobe tech support to get it done. You can refer the following discussion for the details

     

    4 replies

    Manan JoshiCommunity ExpertCorrect answer
    Community Expert
    August 13, 2026

    The last time I checked the online facility to do so was not available. I had to write to Adobe tech support to get it done. You can refer the following discussion for the details

     

    -Manan
    KohakuNekotarou
    Participant
    August 13, 2026

    I was able to have it issued. Thank you very much.

    KohakuNekotarou
    Participant
    August 14, 2026

    Following Prefix ID has been registered as per your request below : 0x000000 - 0x000000(note: these values ​​are placeholders).

    So, that is what I received.
    What does this mean?
    The range appears to be 256; does that mean I can create multiple PrefixNumbers within this range?
    Or does it mean that I use the initial value as the PrefixNumber and the `+` in `kBscDlgPrefix + 0` can go up to 256?