ACM_Seek

This function seeks for an ACM device.

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 this function, so this routine may be empty and have an arbitrary return value. This is a required stream interface driver function, but the ACM_IOControl function handles all data communication. The ACM Driver Wrapper library (Acmdwrap.lib) always returns –1.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later     Acmdwrap.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.