Changes

256 bytes removed ,  23:44, 28 May 2009
Removed wd_scan_input.
Line 55: Line 55:  
|-
 
|-
 
| 0x100A  
 
| 0x100A  
| 1 (0x60 bytes, see below)
+
| 1  
 
| 1  
 
| 1  
 
| WD_Scan  
 
| WD_Scan  
Line 93: Line 93:       −
WD_Scan input format (0x60 bytes):
+
WD_Scan input buffer:
<source lang="c">
  −
struct wd_scan_input
  −
{
  −
  void *pointer_to_10_bytes_farther; // pointer to param_buffer.
  −
  int output_buffer_size;
  −
  void *output_buffer;
  −
  char params_buffer[0x4E]; // haven't figured out what is in.
  −
};
  −
</source>
  −
 
   
<source lang="c">
 
<source lang="c">
typedef struct _wd_scanparam
+
typedef struct _wd_scanparam//size 0x60 bytes
 
{
 
{
 
u16 channelBitmap;
 
u16 channelBitmap;
340

edits