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.

33 lines
697 B

  1. //____________________________________________________________________________
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1995 - 1996.
  5. //
  6. // File: SnpInReg.h
  7. //
  8. // Contents:
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 11/10/1998 JonN Created
  15. //
  16. //____________________________________________________________________________
  17. #ifndef _SNPINREG_H_
  18. #define _SNPINREG_H_
  19. HRESULT RegisterSnapin(
  20. AMC::CRegKey& regkeySnapins,
  21. LPCTSTR pszSnapinGUID,
  22. BSTR bstrPrimaryNodetype,
  23. UINT residSnapinName,
  24. UINT residProvider,
  25. UINT residVersion,
  26. bool fStandalone,
  27. LPCTSTR pszAboutGUID,
  28. int* aiNodetypeIndexes,
  29. int cNodetypeIndexes );
  30. #endif // _SNPINREG_H_