Registers Rendering Parameters (KMSTRIPHEAD).

Prototype declaration:


KMSTATUS KMAPI
kmSetStripHead(
        OUT PKMVERTEXBUFFDESC   pVertexBuffDesc,
        IN  PKMSTRIPHEAD        pStripHead
);

Description:

This function registers the rendering parameters (KMSTRIPHEAD) in pGlobalParam from pVertexBuffDesc.
When starting a vertex data strip with the data registered here, use kmStartVertexStrip.

Parameters:
pVertexBuffDesc(output)
        This parameter is a pointer to KMVERTEXBUFFDESC.

pStripHead(input)
        This parameter is a pointer to KMSTRIPHEAD.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success