Previous Next Up Title Contents Index Functions Index Top Library

BEGIN NON DUPLICATE DATA STORE (NDDS)

PXBEG_NON_DUP_DATA


CALL SEQUENCE

void pxbeg_non_dup_data ()

PHIGS STATE

(PHOP,*,STOP,*)

EFFECT

This function switches CSS mode to Non Duplicate Data Store mode. While in this mode, user's data of inserted or replaced elements (depending on edit mode) are not stored into CSS. Only the pointer to user's data is stored into CSS. If user's data is not a pointer, this data is stored into CSS, as if CSS was in regular mode.

WARNING: In this mode, user's data must be consistent with CSS content, otherwise traversal may have unpredictable results.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)
41
Ignoring function, GPHIGS already in NDDS mode

SEE ALSO

End non duplicate data store (ext), see pxend_non_dup_data.


Previous Next Up Title Contents Index Functions Index Top Library