Prototype declaration:
KMSTATUS KMAPI kmEndStrip( IN PKMVERTEXBUFFDESC pVertexBuffDesc, );
Description:
Parameters:This function reports the end of a vertex data strip. (Example) ... kmStartStrip(); kmSetVertex(); kmSetVertex(); kmSetVertex(); kmSetVertex(); kmEndStrip(); ...
Return values:pVertexBuffDesc(input) This parameter is a pointer to KMVERTEXBUFFDESC.
Value Explanation KMSTATUS_SUCCESS Success