COM Library
Functions
ComMain.hpp File Reference

Function prototypes for the COM entry points. More...

Functions

STDAPI DllGetClassObject (REFCLSID oCLSID, REFIID oIID, 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

Function prototypes for the COM entry points.

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..

STDAPI DllRegisterServer ( void  )

Entry point for registering the inproc server.

STDAPI DllUnregisterServer ( void  )

Entry point for unregistering the inproc server.