ホーム › Storage.Packaging.Opc › IOpcRelationshipSet
IOpcRelationshipSet
COMメソッド 7
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT GetRelationship(LPWSTR relationshipIdentifier, IOpcRelationship** relationship) |
| 4 | HRESULT CreateRelationship(LPWSTR relationshipIdentifier, LPWSTR relationshipType, IUri* targetUri, OPC_URI_TARGET_MODE targetMode, IOpcRelationship** relationship) |
| 5 | HRESULT DeleteRelationship(LPWSTR relationshipIdentifier) |
| 6 | HRESULT RelationshipExists(LPWSTR relationshipIdentifier, BOOL* relationshipExists) |
| 7 | HRESULT GetEnumerator(IOpcRelationshipEnumerator** relationshipEnumerator) |
| 8 | HRESULT GetEnumeratorForType(LPWSTR relationshipType, IOpcRelationshipEnumerator** relationshipEnumerator) |
| 9 | HRESULT GetRelationshipsContentStream(IStream** contents) |