DL Logo

PDSMCRef Typedefs

PDSMCRef

Header: PDSExpT.h:147

Syntax

typedef PDSMCRefRec *PDSMCRef;

PDSMCRef

Header: PDSExpT.h:151

Syntax

typedef struct _t_PDSMCRef *PDSMCRef;

Returned From

Used By

PDSMCRef Functions

PDSMCRefDestroy

Header: PDSWriteProcs.h:888

Description

Destroys a marked content reference created with PDSMCRefCreate(). This should only be called once the reference has been placed in the structure tree or if the reference is no longer needed.

Note: If the PDSMCRef is associated with a PDSMC, it will be set as invalid and ignored on subsequent processing.

Syntax

void PDSMCRefDestroy(IN PDSMCRef ref);

Parameters

ref
The marked content reference to destroy.

Exceptions

Unknown