COM Library
Functions
ComMain.cpp File Reference

The entry point methods for a COM inproc server. More...

#include "Common.hpp"
#include "InprocServer.hpp"

Functions

STDAPI DllGetClassObject (REFCLSID roCLSID, REFIID roIID, LPVOID *ppFactory)
 Entry point for obtaining the class factory.
STDAPI DllCanUnloadNow (void)
 Entry point for querying if the server can be unloaded.
STDAPI DllRegisterServer (void)
 Entry point for registering the inproc server.
STDAPI DllUnregisterServer (void)
 Entry point for unregistering the inproc server.

Detailed Description

The entry point methods for a COM inproc server.

Author:
Chris Oldwood

Function Documentation

STDAPI DllGetClassObject ( REFCLSID  roCLSID,
REFIID  roIID,
LPVOID *  ppFactory 
)

Entry point for obtaining the class factory.

STDAPI DllCanUnloadNow ( void  )

Entry point for querying if the server can be unloaded.

Entry point for querying if the server can be unloaded..

STDAPI DllRegisterServer ( void  )

Entry point for registering the inproc server.

STDAPI DllUnregisterServer ( void  )

Entry point for unregistering the inproc server.