Windows2003-3790/admin/snapin/framewrk/inc/snapreg.h
2020-09-30 16:53:55 +02:00

46 lines
1019 B
C

//____________________________________________________________________________
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1996.
//
// File: SnpInReg.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 11/10/1998 JonN Created
//
//____________________________________________________________________________
#ifndef _SNPINREG_H_
#define _SNPINREG_H_
HRESULT RegisterSnapin(
AMC::CRegKey& regkeySnapins,
LPCTSTR pszSnapinGUID,
BSTR bstrPrimaryNodetype,
UINT residSnapinName,
UINT residProvider,
UINT residVersion,
bool fStandalone,
LPCTSTR pszAboutGUID,
int* aiNodetypeIndexes,
int cNodetypeIndexes );
HRESULT RegisterSnapin(
AMC::CRegKey& regkeySnapins,
LPCTSTR pszSnapinGUID,
BSTR bstrPrimaryNodetype,
UINT residSnapinName,
const CString& szProvider,
const CString& szVersion,
bool fStandalone,
LPCTSTR pszAboutGUID,
int* aiNodetypeIndexes,
int cNodetypeIndexes );
#endif // _SNPINREG_H_