Public Member Functions | |
| HRESULT | Exports ([out, retval] IDSSExports ppExports) |
| Exports into the target. | |
| HRESULT | IsMe ([in] VARIANT_BOOL IsMe) |
| Whether the target is the DSS Object that contains this expression. | |
| HRESULT | IsMe ([out, retval] VARIANT_BOOL *pIsMe) |
| Whether the target is the DSS Object that contains this expression. | |
| HRESULT | Node ([out, retval] IDSSNode ppNode) |
| The node interface for this shortcut. | |
| HRESULT | Populate ([in] IDSSShortcut *pOriginal) |
| Assign a value to this function from another function. | |
| HRESULT | Prompt ([in] IDSSPrompt *pPrompt) |
| This prompt is used to obtain the target. | |
| HRESULT | Prompt ([out, retval] IDSSPrompt ppPrompt) |
| This prompt is used to obtain the target. | |
| HRESULT | Target ([in] IDSSObjectInfo *pTarget) |
| Set the object pointed to by the shortcut. | |
| HRESULT | Target ([out, retval] IDSSObjectInfo ppTarget) |
| The object pointed to by the shortcut. | |
| HRESULT | TargetID ([out, retval] BSTR *pTargetID) |
| The ID of the target object. | |
| HRESULT | TargetName ([out, retval] BSTR *pTargetName) |
| The name of the target object (if known). | |
| HRESULT | TargetPath ([out, retval] BSTR *pTargetPath) |
| The path of the target object (if known). | |
| HRESULT | TargetType ([out, retval] EnumDSSObjectType *pTargetType) |
| The type of the target object (if known). | |
|
|
Exports into the target. This is a collection interface. It contains exports from this object into the target object. It is not used to export prompts into the Prompt property (use Prompt.ExportsToPrompt to do this).
|
|
|
Whether the target is the DSS Object that contains this expression. The Boolean property indicates whether the target is the DSS Object that contains this expression. The default value is false.
|
|
|
Whether the target is the DSS Object that contains this expression. The Boolean property indicates whether the target is the DSS Object that contains this expression. The default value is false.
|
|
|
The node interface for this shortcut. Node is a read-only property. It returns the IDSSNode interface associated with this expression node. This interface contains methods and properties that are common to all types of nodes in expressions. In particular it contains methods used to navigate between different nodes in the expression.
|
|
|
Assign a value to this function from another function. This method acts like an assignment operator in C++. It replaces the definition of this object with the definition of the argument. It is used to implement cloning of the argument object.
|
|
|
This prompt is used to obtain the target. Prompt is a read-write prompt-valued property. If the shortcut uses a prompt then it is recorded here. If there is a prompt then the Target property and other similar properties are unused.
|
|
|
This prompt is used to obtain the target. Prompt is a read-write prompt-valued property. If the shortcut uses a prompt then it is recorded here. If there is a prompt then the Target property and other similar properties are unused.
|
|
|
Set the object pointed to by the shortcut. (Null if the link is broken.). This property records the object pointer to by the shortcut. The object is stored by recording its objectID only. If know object can be found with this ID then reading the property returns NULL, and an error message.
|
|
|
The object pointed to by the shortcut. (Null if the link is broken.). This property records the object pointer to by the shortcut. The object is stored by recording its objectID only. If know object can be found with this ID then reading the property returns NULL, and an error message.
|
|
|
The ID of the target object. Return the ID of the target. This information is always available even if the link is broken.
|
|
|
The name of the target object (if known). Return the name of the target. It is up to the implementation to decide if this is recorded in the shortcut, or is extracted from the object returned by the ID. In the latter case this information is not available if the link is broken.
|
|
|
The path of the target object (if known). Return the path of the target. It is up to the implementation to decide if this is recorded in the shortcut, or is extracted from the object returned by the ID. In the latter case this information is not available if the link is broken.
|
|
|
The type of the target object (if known). Return the type of the target. It is up to the implementation to decide if this is recorded in the shortcut, or is extracted from the object returned by the ID. In the latter case this information is not available if the link is broken.
|