[Explorer API] Determine Document State

I may be using the wrong terminology, but how can I determine the state of a document?  In particular, I need to know if a doc is in the Work-in-Progress state.

There's a section in the Public SDK Help entitled Progress Control Flags.  However, the section has no content.  Where are those flags defined, and what API uses them?

Progress Control Flags

Parents
  • ,

    A second "look" at your posting made me think that perhaps you are more interested in the "progress control flags".  Yes, finding things in the SDK help file can be a challenge at times.

    Here's a "trick" that I use often when I can't find something that I know is in the documentation.

    I fire up my favorite text search tool, i.e. Notepad++ and use the search files feature to search all the *.h and *.fdf files delivered with the SDK for words that I think are related to what I am looking for.

    I searched like this:

    Which returned this:

    Which may be what you are asking about.

    FWIW, the first "hit" in the search for "progress" like you show in your post returns this:

    So, I would assume that the flags that you are asking about are related to these functions.

  • Here's a "trick" that I use often when I can't find something that I know is in the documentation.

    I fire up my favorite text search tool, i.e. Notepad++ and use the search files feature to search all the *.h and *.fdf files

    I'm familiar with that trick...and it's good to see that I'm not alone.

    The Progress Control Functions seem more related to the Progress dialog than the document state.  But thanks for pointing them out.  The AAPROGRESS_ enum doesn't have a work-in-progress (WIP) member.

     
    Regards, Jon Summers
    LA Solutions

  • Yeah, "words got in the way" again.  Still a good trick to help find things in the documentation that are there, but not necessarily in an obvious (to me) place!

Reply Children
No Data