ACM_Seek

This function seeks for an ACM device.

Syntax

DWORD ACM_Seek( DWORD dwOpenData, long pos, DWORD type );

Parameters

dwOpenData
The function is free to use or ignore this parameter.
pos
The function is free to use or ignore this parameter.
type
The function is free to use or ignore this parameter.

Return Values

The Wave API Manager never calls the ACM_Seek function, so this routine may be empty and have an arbitrary return value. ACM_Seek is a required stream interface driver function, but the function ACM_IOControl handles all data communication. The ACM Driver Wrapper library (Acmdwrap.lib) always returns -1.