That document defines all of the concepts used in this document.
Public Member Functions | |
| HRESULT | Container ([out, retval] IDSSObjectInfo ppContainer) |
| The application object that contains this instance Container is a read-only DSS Object property. | |
| HRESULT | Index ([out, retval] Int32 *pIndex) |
| The instance's location in the Container's prompts Index is a read-only long property. | |
| HRESULT | Prompt ([out, retval] IDSSPrompt ppPrompt) |
| The specific prompt instance (default) This is the default method of this interface. | |
|
|
The application object that contains this instance Container is a read-only DSS Object property. It returns the application object that contains the prompt instance that is mapped to this question.
|
|
|
The instance's location in the Container's prompts Index is a read-only long property. It is the index number of the prompt instance returned by the Prompt property in its container.
|
|
|
The specific prompt instance (default) This is the default method of this interface.
|