Information extraction

The information that can be retrieved is;

4 macros are available in ITPMDKServer.dot for this purpose:

Public Sub IsITPMDKDocument(pDocument As Document, pResult As Boolean)
Public Sub GetName(pDocument As Document, pResult As String)
Public Sub GetPath(pDocument As Document, pResult As String)
Public Sub IsReadOnly(pDocument As Document, pResult As Boolean)

Each of these macros accepts a Document object as an input parameter and returns its result through the pResult output parameter.