GetShapeFiltVolTimestamp

Gets the timestamp.

Syntax

UINT32 GetShapeFiltVolTimestamp(
         const SHAPE_FILTVOL_CONTEXT *context
)  

Parameters

context
Type: SHAPE_FILTVOL_CONTEXT *

[in] Pointer to a SHAPE_FILTVOL_CONTEXT structure.

Return value

Type: UINT32 

The timestamp.

Remarks

The timestamp is a counter, reset to zero at the beginning of each flowgraph, that indicates the order of processing of each block. The timestamp is set on a context when the processing has been completed (and so the context is write-enabled).

Requirements

Header: Declared in shapefiltvolcontext.h.

Library: Use acphal.lib.