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.

25 lines
537 B

  1. //=================================================================
  2. //
  3. // usebinding.cpp -- Generic association class
  4. //
  5. // Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  6. //
  7. //=================================================================
  8. #include "precomp.h"
  9. #include <binding.h>
  10. CBinding MyDFSJnptReplica(
  11. PROVIDER_NAME_DFSJNPTREPLICA,
  12. Namespace,
  13. PROVIDER_NAME_DFSJNPT,
  14. PROVIDER_NAME_DFSREPLICA,
  15. L"Dependent",
  16. L"Antecedent",
  17. L"Name",
  18. L"LinkName");