#include <registry.h>
Public Member Functions | |
BOOL | InitializeProbe (ClassCategoryProbe &Probe) |
The TemplateOp COM things are registered as implementing CATID We can build a list of them at start up so the Webster Properties Dialog shows them. |
Definition at line 240 of file registry.h.
|
The TemplateOp COM things are registered as implementing CATID We can build a list of them at start up so the Webster Properties Dialog shows them.
Definition at line 1382 of file registry.cpp. 01383 { 01384 return Probe.Init(); 01385 }
|