Skip to content

Latest commit

 

History

History
147 lines (97 loc) · 5.46 KB

nf-msopc-iopcsignaturerelationshipreferenceset-createrelationshipselectorset.md

File metadata and controls

147 lines (97 loc) · 5.46 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msopc.IOpcSignatureRelationshipReferenceSet.CreateRelationshipSelectorSet
IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet (msopc.h)
Creates an IOpcRelationshipSelectorSet interface pointer that is used as the selectorSet parameter value of the Create method.
CreateRelationshipSelectorSet
CreateRelationshipSelectorSet method [Open Packaging Conventions]
CreateRelationshipSelectorSet method [Open Packaging Conventions]
IOpcSignatureRelationshipReferenceSet interface
IOpcSignatureRelationshipReferenceSet interface [Open Packaging Conventions]
CreateRelationshipSelectorSet method
IOpcSignatureRelationshipReferenceSet.CreateRelationshipSelectorSet
IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet
msopc/IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet
opc.iopcsignaturerelationshipreferenceset_createrelationshipselectorset
opc\iopcsignaturerelationshipreferenceset_createrelationshipselectorset.htm
OPC
7b11f066-3e3a-4dd0-a938-853301bc6914
12/05/2018
CreateRelationshipSelectorSet, CreateRelationshipSelectorSet method [Open Packaging Conventions], CreateRelationshipSelectorSet method [Open Packaging Conventions],IOpcSignatureRelationshipReferenceSet interface, IOpcSignatureRelationshipReferenceSet interface [Open Packaging Conventions],CreateRelationshipSelectorSet method, IOpcSignatureRelationshipReferenceSet.CreateRelationshipSelectorSet, IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet, msopc/IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet, opc.iopcsignaturerelationshipreferenceset_createrelationshipselectorset
msopc.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
OpcDigitalSignature.idl
Windows
19H1
IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet
msopc/IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet
c++
APIRef
kbSyntax
COM
msopc.h
IOpcSignatureRelationshipReferenceSet.CreateRelationshipSelectorSet

IOpcSignatureRelationshipReferenceSet::CreateRelationshipSelectorSet

-description

Creates an IOpcRelationshipSelectorSet interface pointer that is used as the selectorSet parameter value of the Create method.

-parameters

-param selectorSet [out]

A new IOpcRelationshipSelectorSet interface pointer.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
The selectorSet parameter is NULL.

-remarks

To select a subset of the relationships (which are stored in the Relationships part to be referenced) to be signed when the signature is generated, call the Create method with the relationshipSigningOption parameter value set to OPC_RELATIONSHIP_SIGN_USING_SELECTORS and the selectorSet parameter value set to the IOpcRelationshipSelectorSet interface pointer created by this method.

Thread Safety

Packaging objects are not thread-safe.

For more information, see the Getting Started with the Packaging API.

-see-also

Core Packaging Interfaces

Digital Signatures Overview

Getting Started with the Packaging API

IOpcSignatureRelationshipReferenceSet

Overviews

Packaging API Programming Guide

Packaging API Reference

Packaging API Samples

Packaging Digital Signature Interfaces

Packaging Interfaces

Reference