GME
13
|
Go to the source code of this file.
Defines | |
#define | MY_IMPLEMENT_OLECREATE(class_name, external_name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) |
#define MY_IMPLEMENT_OLECREATE | ( | class_name, | |
external_name, | |||
l, | |||
w1, | |||
w2, | |||
b1, | |||
b2, | |||
b3, | |||
b4, | |||
b5, | |||
b6, | |||
b7, | |||
b8 | |||
) |
COleObjectFactory class_name::factory(class_name::guid, \ RUNTIME_CLASS(class_name), TRUE, _T(external_name)); \ AFX_COMDAT const GUID class_name::guid = \ { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }; \
Definition at line 155 of file GMEOLEApp.cpp.