ACM_Seek

Device seek routine

Syntax

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

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)

Return Value

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