Ends Strip.

Prototype declaration:


KMSTATUS KMAPI
kmEndStrip(
		IN  PKMVERTEXBUFFDESC   pVertexBuffDesc,
);

Description:

This function reports the end of a vertex data strip.

(Example)
		...
	kmStartStrip();
	kmSetVertex();
	kmSetVertex();
	kmSetVertex();
	kmSetVertex();
	kmEndStrip();
		...
Parameters:
pVertexBuffDesc(input)
        This parameter is a pointer to KMVERTEXBUFFDESC.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success