kmUseAnotherModifier

Specifies a modifier volume list.


KMSTATUS KMAPI kmUseAnotherModifier(KMLISTTYPE kmModifierListType)


Description:

This function uses the modifier volume list specified by input parameter kmModifierListType as another modifier volume list.

This function only rewrites the pointer to OPAQUE-MODIFIER and TRANS-MODIFIER of the region array in native data. If KM_OPAQUE_MODIFIER is specified and TRANS- MODIFIER object data is registered, the data of OPAQUE-MODIFIER is overwritten (the converse holds true).

Parameters:

kmModifierListType(input)
This parameter specifies the usage of the modifier volume list. Specify it in either of the following ways:
KM_OPAQUE_MODIFIER Also uses Opaque Modifier as Trans Modifier.
KM_TRANS_MODIFIER Also uses Trans Modifier as Opaque Modifier.

Return values:

ValueExplanation
KMSTATUS_SUCCESS Success
KMSTATUS_INVALID_LIST_TYPE Setting failed

  kmUseAnotherModifier