Prototype declaration:
KMSTATUS KMAPI kmBeginScene( IN OUT PKMSYSTEMCONFIGSTRUCT pSystemConfigStruct );
Description:
Parameters:This function starts the scene. Operation is not guaranteed if this function is not called at the start of the scene. (Example) kmBeginScene(); kmBeginPass(); ... ... ... kmEndPass(); kmEndScene();
Return values:pSystemConfigStruct(input) This parameter is a pointer to KMSYSTEMCONFIGSTRUCT.
Value Explanation KMSTATUS_SUCCESS Success