kmSetBackGround
Specifies the vertex and CONTEXT for use in the background.
KMSTATUS KMAPI
kmSetBackGround(
IN PKMSTRIPHEAD pStripHead,
IN KMVERTEXTYPE VertexType,
IN PVOID pVertex1,
IN PVOID pVertex2,
IN PVOID pVertex3
);
Description:
This function specifies the vertex and CONTEXT for use in the background.
Parameters:
These parameters set up the background plane.
pStripHead(input)
This parameter sets the pointer for KMSTRIPHEAD.
VertexType(input)
This parameter sets the data type for the vertex data that is used in the background plane.
The setting for the first parameter is valid when using VertexType 09 to 14.
pVertex1(input)
pVertex2(input)
pVertex3(input)
This parameter sets the pointer for the vertex data structure that indicates the coordinates
on the background plane.
Return values:
Value | Explanation |
---|---|
KMSTATUS_SUCCESS | Success |
kmSetBackGround