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.
|
|
#ifndef _REGSVR_H_
#define _REGSVR_H_
#include <objbase.h>
HRESULT RegisterServer(HMODULE hModule, REFCLSID rclsid, LPCWSTR pszFriendlyName, LPCWSTR pszVerIndProgID, LPCWSTR pszProgID, DWORD dwThreadingModel, BOOL fInprocServer, BOOL fLocalServer, BOOL fLocalService, LPCWSTR pszLocalService, const CLSID* pclsidAppID);
HRESULT UnregisterServer(REFCLSID rclsid, LPCWSTR pszVerIndProgID, LPCWSTR pszProgID);
HRESULT RegisterAppID(const CLSID* pclsidAppID);
#endif //_REGSVR_H_
|