Changeset 166 for sbliveos2/trunk/drv16/strmbuff.hpp
- Timestamp:
- Mar 22, 2001, 7:13:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/strmbuff.hpp
r142 r166 44 44 typedef STREAMBUFFER *PSTREAMBUFFER; 45 45 46 47 class STREAMBUFFEREX : public STREAMBUFFER 48 { 49 public: 50 STREAMBUFFEREX(ULONG bufsize, PSTREAMBUF bufptr, ULONG lockHandle): 51 STREAMBUFFER(bufsize, bufptr), hLock(lockHandle), fDone(FALSE) 52 {}; 53 54 ULONG hLock; 55 BOOL fDone; 56 57 }; 58 typedef STREAMBUFFEREX *PSTREAMBUFFEREX; 59 46 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.