Constructs Rendering Parameters (KMSTRIPHEAD) (for VertexType17).

Prototype declaration:


KMSTATUS KMAPI
kmGenerateStripHead17(
        OUT PKMSTRIPHEAD        pStripHead,
        IN  PKMSTRIPCONTEXT     pStripContext
);

Description:

This function constructs rendering parameters (KMSTRIPHEAD) for VertexType17 from KMSTRIPCONTEXT.
Set the parameters that are to be used in the members indicated below in KMSTRIPCONTEXT.
Operation is not guaranteed if all parameters are not set.
	pStripContext->nSize		( = sizeof(KMSTRIPCONTEXT) )
	pStripContext->StripControl.nListType
	pStripContext->StripControl.nUserClipMode
	pStripContext->ObjectControl.nCullingMode
	pStripContext->ObjectControl.dwModifierInstruction

Parameters:
pStripHead(output)
        This specifies the pointer for KMSTRIPHEAD.

pStripContext(input)
        This specifies the pointer for KMSTRIPCONTEXT.

Return values:
Value Explanation
KMSTATUS_SUCCESS Success
KMSTATUS_INVALID_ADDRESS pStripHead or pStripContext is invalid (NULL).
KMSTATUS_INVALID_SETTING pStripContext size setting is invalid.