SetShapeXmaNumLoops

Sets the number of loops.

Syntax

HRESULT SetShapeXmaNumLoops(
         SHAPE_XMA_CONTEXT *context,
         UINT32 numLoops
)  

Parameters

context
Type: SHAPE_XMA_CONTEXT *

[in, out] Pointer to a SHAPE_XMA_CONTEXT structure.

numLoops
Type: UINT32 

The number of loops, from zero to 254. 255 specifies infinite looping.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in shapexmacontext.h.

Library: Use acphal.lib.