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.

30 lines
605 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: ndscopy.hxx
  7. //
  8. // Contents: NDS Object Copy Routines
  9. //
  10. // Functions:
  11. //
  12. // History: 25-Apr-96 KrishnaG Created.
  13. //
  14. //----------------------------------------------------------------------------
  15. HRESULT
  16. ADsTypeCopy(
  17. PADSVALUE lpADsSrcObject,
  18. PADSVALUE lpADsDestObject
  19. );
  20. HRESULT
  21. ADsTypeCopyConstruct(
  22. LPADSVALUE pADsSrcObjects,
  23. DWORD dwNumObjects,
  24. LPADSVALUE * ppADsDestObjects
  25. );