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.

26 lines
481 B

  1. #ifndef _CGROUP_H_
  2. #define _CGROUP_H_
  3. class COleDsGroup: public COleDsObject
  4. {
  5. public:
  6. COleDsGroup( IUnknown* );
  7. COleDsGroup( );
  8. ~COleDsGroup( );
  9. HRESULT DeleteItem ( COleDsObject* );
  10. HRESULT AddItem ( );
  11. public:
  12. DWORD GetChildren( DWORD* pTokens, DWORD dwMaxChildren,
  13. CDialog* pQueryStatus,
  14. BOOL* pFilters, DWORD dwFilters );
  15. };
  16. #endif