Ignore:
Timestamp:
Mar 23, 2001, 12:33:12 AM (24 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/dwavestrm.hpp

    r166 r167  
    4444public:
    4545   virtual ULONG  Write(PSTREAMBUF, ULONG);
     46   virtual ULONG Register(PDDCMDREGISTER);
     47   virtual void  DeRegister(void);
     48
    4649   DWAVESTREAM(ULONG streamtype, LPMCI_AUDIO_INIT pinit, USHORT filesysnum);
    4750   virtual ~DWAVESTREAM();
     
    5457   QUEUEHEAD qhReturn;          //queue with buffers to be returned
    5558   ULONG     hCtxHook;
     59   ULONG     hSem;
    5660
    5761   BOOL      fError;
Note: See TracChangeset for help on using the changeset viewer.