Add ioctl disc mode detection. - Not fully tested yet.

This commit is contained in:
rocky
2004-07-25 22:33:54 +00:00
parent a0f928de45
commit 20b4fe48c7
4 changed files with 162 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: win32.h,v 1.14 2004/07/23 14:40:43 rocky Exp $
$Id: win32.h,v 1.15 2004/07/25 22:33:54 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -63,6 +63,11 @@ typedef struct {
} _img_private_t;
/*!
Get disc type associated with cd object.
*/
discmode_t get_discmode_win32ioctl (_img_private_t *p_env);
/*!
Reads an audio device using the DeviceIoControl method into data
starting from lsn. Returns 0 if no error.