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.
 
 
 
 
 
 

28 lines
1.4 KiB

/**INC+**********************************************************************/
/* Header: wbuimod.h */
/* */
/* Purpose: CMSTsWClModule class declartion */
/* */
/* Copyright(C) Microsoft Corporation 1998 */
/* */
/****************************************************************************/
#ifndef __WBUIMOD_H_
#define __WBUIMOD_H_
/**CLASS+********************************************************************/
/* Name: CMsTscAxModule */
/* */
/* Purpose: Overrides CComModule */
/* */
/**CLASS+********************************************************************/
class CMsTscAxModule : public CComModule
{
public:
HRESULT RegisterServer(BOOL bRegTypeLib = FALSE, const CLSID* pCLSID = NULL );
#ifdef DEBUG
#if DEBUG_REGISTER_SERVER
static void ShowLastError();
#endif //DEBUG_REGISTER_SERVER
#endif //DEBUG
};
#endif //__WBUIMOD_H_