ACM_Seek

The function ACM_Seek seeks the device.

Syntax

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

Return Value

Returns -1 always. ACM_Seek should never be called and does nothing. Required DEVICE.EXE function, but all data communication is handled by the function ACM_IOControl.

Parameters

dwOpenData
Value returned from ACM_Open call (ignored).
pos
Position to seek to (relative to type) (ignored).
type
FILE_BEGIN, FILE_CURRENT, or FILE_END (ignored).