GME  13
Functions | Variables
Console.cpp File Reference

Go to the source code of this file.

Functions

STDAPI DllRegisterServer (void)
STDAPI DllUnregisterServer (void)
STDAPI DllCanUnloadNow (void)
STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv)

Variables

CConsoleApp NEAR theApp
const GUID CDECL BASED_CODE _tlid
const WORD _wVerMajor = 1
const WORD _wVerMinor = 0
CComModule _Module

Function Documentation

STDAPI DllCanUnloadNow ( void  )

Definition at line 125 of file Console.cpp.

STDAPI DllGetClassObject ( REFCLSID  rclsid,
REFIID  riid,
LPVOID *  ppv 
)

Definition at line 132 of file Console.cpp.

STDAPI DllRegisterServer ( void  )

Definition at line 88 of file Console.cpp.

STDAPI DllUnregisterServer ( void  )

Definition at line 105 of file Console.cpp.


Variable Documentation

CComModule _Module

Definition at line 119 of file Console.cpp.

const GUID CDECL BASED_CODE _tlid
Initial value:
                { 0x339fd307, 0x717b, 0x4698, { 0xac, 0x13, 0x4a, 0xcc, 0xcf, 0x5d, 0x4c, 0x91 } }

Definition at line 18 of file Console.cpp.

const WORD _wVerMajor = 1

Definition at line 20 of file Console.cpp.

const WORD _wVerMinor = 0

Definition at line 21 of file Console.cpp.

Definition at line 16 of file Console.cpp.