Public Member Functions | |
| HRESULT | Clear (void) |
| HRESULT | GetCount ([out, retval] RtDWORD *pdwCount) |
| HRESULT | AddNode ([in] BSTR bszFullName,[in] BSTR bszPrefOwner,[in] BSTR bszCustom) |
| HRESULT | RestoreNode ([in] RtDWORD dwInd,[in] BSTR bszOwnerName,[out, retval] BSTR *pbszFullName) |
| HRESULT | AddObject ([in] IRsObject *pRsObj,[in] BSTR bszPrefOwner,[in] BSTR bszCustom) |
| HRESULT | GetObject ([in] RtDWORD dwInd,[out, retval] IRsObject **ppRsObj) |
| HRESULT | GetObjectPrefOwner ([in] RtDWORD dwInd,[out, retval] BSTR *pbszPrefOwner) |
| HRESULT | GetObjectCustom ([in] RtDWORD dwInd,[out, retval] BSTR *pbszCustom) |
| HRESULT IRdChunkRsObj::Clear | ( | void | ) |
Method clears the chunk.
| HRESULT IRdChunkRsObj::GetCount | ( | [out, retval] RtDWORD * | pdwCount | ) |
Get object count.
| pwdInd | [out, retval] Return count of the stored Rs objects. |
| HRESULT IRdChunkRsObj::AddNode | ( | [in] BSTR | bszFullName, | |
| [in] BSTR | bszPrefOwner, | |||
| [in] BSTR | bszCustom | |||
| ) |
Add node object from Dependency Graph.
| bszFullName | [in] Full name identification of the object. | |
| bszPrefOwner | [in] Preferred owner. This is the only info, so you have to decide whether you will use this info. | |
| bszCustom | [in] Custom note or flags. |
| HRESULT IRdChunkRsObj::RestoreNode | ( | [in] RtDWORD | dwInd, | |
| [in] BSTR | bszOwnerName, | |||
| [out, retval] BSTR * | pbszFullName | |||
| ) |
Restore node object into Dependency Graph.
| dwInd | [in] Index of the node object that will be restored. | |
| bszOwnerName | [in] Full name identification of the object's owner. | |
| pbszFullName | [out, retval] Returns full name identification of the restored object. |
| HRESULT IRdChunkRsObj::AddObject | ( | [in] IRsObject * | pRsObj, | |
| [in] BSTR | bszPrefOwner, | |||
| [in] BSTR | bszCustom | |||
| ) |
Add Rosetta object into objects list.
| pRsObj | [in] Object you want to store. Added could be node, command or Data Object. | |
| bszPrefOwner | [in] Preferred owner. This is the only info, so you have to decide whether you use this info. | |
| bszCustom | [in] Custom note or flags. |
| HRESULT IRdChunkRsObj::GetObject | ( | [in] RtDWORD | dwInd, | |
| [out, retval] IRsObject ** | ppRsObj | |||
| ) |
Get Rosetta object from object list.
| dwInd | [in] Index of the object to get. | |
| ppRsObj | [out, retval] Returns Rosetta object. |
| HRESULT IRdChunkRsObj::GetObjectPrefOwner | ( | [in] RtDWORD | dwInd, | |
| [out, retval] BSTR * | pbszPrefOwner | |||
| ) |
Get object's preferred owner.
| dwInd | [in] Index of the object. | |
| pbszPrefOwner | [out, retval] Returns Preferred owner. |
| HRESULT IRdChunkRsObj::GetObjectCustom | ( | [in] RtDWORD | dwInd, | |
| [out, retval] BSTR * | pbszCustom | |||
| ) |
Get object's custom note/flags.
| dwInd | [in] Index of the object. | |
| pbszCustom | [out, retval] Returns Custom note or flags. |
1.5.5