The GetUIInfo method returns top-level user interface information for a Data Transformation Services (DTS) custom task user interface element to its caller. It must be supplied by the implementer of a custom task that has a user interface.
Sub CustomTaskUI_GetUIInfo( pbstrToolTip As String, pbstrDescription As String, _
plVersion As Long, pFlags As DTSCustomTaskUIFlags)
| Part | Description |
|---|---|
| pbstrToolTip | ToolTip text |
| PbstrDescription | Description of user interface element |
| PlVersion | Reserved for future use |
| PFlags | Value from the DTSCustomTaskUIFlags constants that indicates whether the user interface element has a custom ToolTip |
HRESULT GetUIInfo(
BSTR *pbstrToolTip,
BSTR *pbstrDescription,
long *plVersion,
DTSCustomTaskUIFlags *pFlags);