#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winuser.h"
#include "wine/atlbase.h"
#include "wine/debug.h"
Go to the source code of this file.
◆ COBJMACROS
◆ AtlComModuleRegisterServer()
Definition at line 37 of file atl80.c.
38{
42
44
45 for(iter =
mod->m_ppAutoObjMapFirst; iter < mod->m_ppAutoObjMapLast; iter++) {
47 continue;
48
50 hres = (*iter)->pfnUpdateRegistry(
TRUE);
53
54 catmap = (*iter)->pfnGetCategoryMap();
55 if(catmap) {
59 }
60 }
61
62 if(bRegTypeLib) {
66 }
67
69}
std::map< E_MODULE, HMODULE > mod
HRESULT WINAPI AtlRegisterClassCategoriesHelper(REFCLSID clsid, const struct _ATL_CATMAP_ENTRY *catmap, BOOL reg)
HRESULT WINAPI AtlRegisterTypeLib(HINSTANCE inst, const WCHAR *index)
#define IsEqualCLSID(rclsid1, rclsid2)
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
atl |
| ) |
|