Public Member Functions | |
HRESULT | Execute ([in] IDSSDocumentInstance *pDocumentInstance,[in, optional] EnumDSSDocumentActions Actions,[in, optional] EnumDSSDocumentFlags Flags,[in, optional] IDSSUserRuntime *pUserRuntime,[in, optional] Int32 Cookie,[in, optional] Int32 UserData) |
This method performs one or more stages of the execution process in a single call. | |
HRESULT | ExecuteDefinition ([in] IDSSDocumentDefinition *pDocumentDefinition,[in, optional] EnumDSSDocumentActions Actions,[in, optional] EnumDSSDocumentFlags Flags,[in, optional] IDSSUserRuntime *pUserRuntime,[in, optional] Int32 Cookie,[in, optional] Int32 UserData,[out, retval] IDSSDocumentInstance ppInstance) |
This method is a shorthand method. | |
HRESULT | NewInstance ([in] IDSSDocumentDefinition *pDocumentDefinition,[in] IDSSResolution *pResolution,[in, optional] EnumDSSDocumentFlags Flags,[in, optional] IDSSUserRuntime *pUserRuntime,[out, retval] IDSSDocumentInstance ppInstance) |
This method constructs a new DocumentInstance based on the given Document definition. | |
HRESULT | PromptResume ([in] IDSSDocumentInstance *pDocumentInstance,[in] IDSSResolution *pResolution,[in] IDSSUserRuntime *pUserRuntime,[in] Int32 Cookie) |
This method tells the server to resume execution following the answering of a prompt question. | |
HRESULT | Session ([out, retval] IDSSSession ppSession) |
This property allows access to the session in which the Document server resides. |
|
This method performs one or more stages of the execution process in a single call. This method performs one or more stages of the execution process in a single call. Only a Document instance is required. Other data objects are read from the Document instance, as they are needed. As usual the results will be written back to the same Document instance.
|
|
This method is a shorthand method. The result it returns is exactly the same as creating a new DocumentInstance from the given Document definition, and then immediately executing it with the given flags.. This method is a shorthand method. The result it returns is exactly the same as creating a new DocumentInstance from the given Document definition, and then immediately executing it with the given flags.
|
|
This method constructs a new DocumentInstance based on the given Document definition. The object is returned to the user.
|
|
This method tells the server to resume execution following the answering of a prompt question.
|
|
This property allows access to the session in which the Document server resides. This property allows access to the session in which the Document server resides.
|