typedef
struct
_t_PDEXObject
*
PDEXObject
;
Creates a new PDEXObject from a Cos object.
Call PDERelease() to dispose of the returned PDEXObject when finished with it.
PDEXObject
PDEXObjectCreate(
IN
const
CosObj
*
cosObjP
);
cosObjP | IN/OUT The Cos object for the PDEXObject.
|
cosObjP
. void
PDEXObjectGetCosObj(
IN
PDEXObject
xObject
,
OUT
CosObj
*
cosObjP
);
xObject | IN/OUT The PDEXobject whose Cos object is obtained.
|
cosObjP | IN/OUT (Filled by the method) The Cos object for
xObject . |