OPC_RELATIONSHIP_SELECTOR enumeration (msopc.h)

Describes how to interpret the selectionCriterion parameter of the IOpcRelationshipSelector::GetSelectionCriterion method.

Syntax

typedef enum __MIDL___MIDL_itf_msopc_0001_0076_0002 {
  OPC_RELATIONSHIP_SELECT_BY_ID = 0,
  OPC_RELATIONSHIP_SELECT_BY_TYPE = 1
} OPC_RELATIONSHIP_SELECTOR;

Constants

 
OPC_RELATIONSHIP_SELECT_BY_ID
Value: 0
The selectionCriterion parameter is a relationship identifier.
OPC_RELATIONSHIP_SELECT_BY_TYPE
Value: 1
The selectionCriterion parameter is a relationship type.

Requirements

Requirement Value
Header msopc.h

See also

ECMA-376 OpenXML standard

External Resources

Getting Started with the Packaging API

IOpcRelationshipSelector::GetSelectorType

IOpcRelationshipSelectorSet::Create

Overviews

Packaging API Programming Guide

Packaging API Samples

Packaging Enumerations

Packaging Interfaces

Reference