Public Attributes | |
| const GUID * | id |
| Connector GUID. Unique identification of the connector type:. | |
| LPWSTR | szName |
| Short name:. | |
| LPWSTR | szDescriptor |
| String description of the connector:. | |
| VARTYPE | vt |
| Variant type of the data belonging to the connector:. | |
| const CLSID * | dataType |
| RtFlags | uFlags |
| Connector's flags (see RtConFlags):. | |
| const GUID* RtConDesc::id |
Connector GUID. Unique identification of the connector type:.
| LPWSTR RtConDesc::szName |
Short name:.
| LPWSTR RtConDesc::szDescriptor |
String description of the connector:.
| VARTYPE RtConDesc::vt |
Variant type of the data belonging to the connector:.
| const CLSID* RtConDesc::dataType |
CLSID of the RsDataObject belonging to the connector this value is valid only if variant type is one of following VT_UNKNOWN, VT_DISPATCH, VT_BYREF|VT_DISPATCH or VT_BYREF|VT_UNKNOWN. In other cases value is set to IID_NULL
| RtFlags RtConDesc::uFlags |
Connector's flags (see RtConFlags):.
1.5.5