Changeset 167 for sbliveos2/trunk/drv16/dwavestrm.hpp
- Timestamp:
- Mar 23, 2001, 12:33:12 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/dwavestrm.hpp
r166 r167 44 44 public: 45 45 virtual ULONG Write(PSTREAMBUF, ULONG); 46 virtual ULONG Register(PDDCMDREGISTER); 47 virtual void DeRegister(void); 48 46 49 DWAVESTREAM(ULONG streamtype, LPMCI_AUDIO_INIT pinit, USHORT filesysnum); 47 50 virtual ~DWAVESTREAM(); … … 54 57 QUEUEHEAD qhReturn; //queue with buffers to be returned 55 58 ULONG hCtxHook; 59 ULONG hSem; 56 60 57 61 BOOL fError;
Note:
See TracChangeset
for help on using the changeset viewer.