Public Member Functions | |
| HRESULT | Initialize ([in] const GUID *pId,[in] LPWSTR name,[in] LPWSTR desc,[in] VARTYPE vType,[in] const CLSID *pDataTypeId,[in] RtFlags dwFlags) |
| HRESULT | GetConGUID ([out, retval] GUID *id) |
| HRESULT | GetName ([out, retval] BSTR *name) |
| HRESULT | GetDescription ([out, retval] BSTR *desc) |
| HRESULT | GetDataType ([out, retval] VARTYPE *vType) |
| HRESULT | GetDataTypeId ([out, retval] GUID *dataTypeId) |
| HRESULT | IsEqual ([in] IRsConDescriptor *pConDesc,[out, retval] RtBool *pbVal) |
| HRESULT | IsShared ([out, retval] RtBool *pbShared) |
| HRESULT | DisableSharing (void) |
| HRESULT | IsRegistered ([out, retval] RtBool *pbGlobal) |
| HRESULT | SetRegistered (void) |
Properties | |
| RtFlags * | DefaultFlags [get] |
| HRESULT IRsConDescriptor::Initialize | ( | [in] const GUID * | pId, | |
| [in] LPWSTR | name, | |||
| [in] LPWSTR | desc, | |||
| [in] VARTYPE | vType, | |||
| [in] const CLSID * | pDataTypeId, | |||
| [in] RtFlags | dwFlags | |||
| ) |
Initialize Connector Descriptor object.
| pId | [in] . | |
| name | [in] Short name of the connector. | |
| desc | [in] Long description if the connector. | |
| dataType | [in] Variant type of the data belonging to the connector. | |
| dataTypeId | [in] The data type GUID of a RsDataObject belonging to the connector. This value is valid only if variant type is one of following:
| |
| dwFlags | [in] Flags of the connector. |
| HRESULT IRsConDescriptor::GetConGUID | ( | [out, retval] GUID * | id | ) |
Returns connector unique identification.
| HRESULT IRsConDescriptor::GetName | ( | [out, retval] BSTR * | name | ) |
| HRESULT IRsConDescriptor::GetDescription | ( | [out, retval] BSTR * | desc | ) |
| HRESULT IRsConDescriptor::GetDataType | ( | [out, retval] VARTYPE * | vType | ) |
| HRESULT IRsConDescriptor::GetDataTypeId | ( | [out, retval] GUID * | dataTypeId | ) |
| HRESULT IRsConDescriptor::IsEqual | ( | [in] IRsConDescriptor * | pConDesc, | |
| [out, retval] RtBool * | pbVal | |||
| ) |
| pConDesc | [in] . |
| HRESULT IRsConDescriptor::IsShared | ( | [out, retval] RtBool * | pbShared | ) |
| HRESULT IRsConDescriptor::DisableSharing | ( | void | ) |
DisableSharing.
| HRESULT IRsConDescriptor::IsRegistered | ( | [out, retval] RtBool * | pbGlobal | ) |
| HRESULT IRsConDescriptor::SetRegistered | ( | void | ) |
SetRegistered.
RtFlags * IRsConDescriptor::DefaultFlags [get] |
1.5.5