SetShapeSrcXmaBlocksToSkip

Sets the number of XMA blocks to skip when starting.

Syntax

HRESULT SetShapeSrcXmaBlocksToSkip(
         SHAPE_SRC_CONTEXT *context,
         UINT32 xmaBlocksToSkip
)  

Parameters

context
Type: SHAPE_SRC_CONTEXT *

[in, out] Pointer to a SHAPE_SRC_CONTEXT structure.

xmaBlocksToSkip
Type: UINT32 

The number of blocks to skip.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in shapesrccontext.h.

Library: Use acphal.lib.