Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
242 B

  1. //
  2. // CWBOBLIST.HPP
  3. // User Class
  4. //
  5. // Copyright Microsoft 1998-
  6. //
  7. #ifndef __CWBOBLIST_HPP_
  8. #define __CWBOBLIST_HPP_
  9. class CWBOBLIST : public COBLIST
  10. {
  11. public:
  12. POSITION AddHead(VOID* pItem);
  13. };
  14. #endif __CWBOBLIST_HPP_