extern "C" HRESULT STDAPICALLTYPE*/
| 142 | } |
| 143 | |
| 144 | /*extern "C" HRESULT STDAPICALLTYPE*/ STDAPI |
| 145 | DllRegisterServer() { |
| 146 | return SERVER::instance()->do_register(); |
| 147 | } |
| 148 | |
| 149 | STDAPI |
| 150 | DllUnregisterServer() { |
nothing calls this directly
no test coverage detected