The function ACM_Seek seeks the device.
DWORD ACM_Seek( DWORD dwOpenData, LONG pos, DWORD type );
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.