Source code of Windows XP (NT5)
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.

25 lines
671 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Directory Service Property Pages
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1999
  7. //
  8. // File: computer.h
  9. //
  10. // Contents: DS computer object property pages header
  11. //
  12. // History: 07-July-97 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #ifndef _COMPUTER_H_
  16. #define _COMPUTER_H_
  17. HRESULT
  18. ShComputerRole(CDsPropPageBase * pPage, PATTR_MAP pAttrMap,
  19. PADS_ATTR_INFO pAttrInfo, LPARAM lParam, PATTR_DATA pAttrData,
  20. DLG_OP DlgOp);
  21. #endif // _COMPUTER_H_