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.

36 lines
767 B

  1. class CNWCOMPATCompGenInfo;
  2. class CNWCOMPATCompGenInfo : INHERIT_TRACKING,
  3. public IADsFSComputerGeneralInfo
  4. {
  5. friend class CNWCOMPATComputer;
  6. public:
  7. /* IUnknown methods */
  8. STDMETHOD(QueryInterface)(THIS_ REFIID riid, LPVOID FAR* ppvObj) ;
  9. DECLARE_STD_REFCOUNTING
  10. DECLARE_IDispatch_METHODS
  11. DECLARE_IADsFSComputerGeneralInfo_METHODS
  12. CNWCOMPATCompGenInfo::CNWCOMPATCompGenInfo();
  13. CNWCOMPATCompGenInfo::~CNWCOMPATCompGenInfo();
  14. static
  15. HRESULT
  16. Create(
  17. CCoreADsObject FAR * pCoreADsObject,
  18. CNWCOMPATCompGenInfo FAR * FAR * ppCompGI
  19. );
  20. protected:
  21. CCoreADsObject FAR * _pCoreADsObject;
  22. CAggregatorDispMgr FAR * _pDispMgr;
  23. };