ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | ATLVer1Size FIELD_OFFSET(_ATL_MODULEW, dwAtlBuildVer) |
Typedefs | |
typedef unsigned char | cpp_bool |
Variables | |
HINSTANCE | atl_instance |
static ICatRegister * | catreg |
#define ATLVer1Size FIELD_OFFSET(_ATL_MODULEW, dwAtlBuildVer) |
Definition at line 45 of file atl.c.
Referenced by CExplorerBand::_CreateTreeView(), CAddressEditBox::Init(), CSearchBar::OnInitDialog(), CBrandBand::SetSite(), CInternetToolbar::SetSite(), test_cp(), and CSearchBar::TrySubscribeToSearchEvents().
Definition at line 189 of file atl.c.
Definition at line 128 of file atl.c.
HRESULT WINAPI AtlGetObjectSourceInterface | ( | IUnknown * | unk, |
GUID * | libid, | ||
IID * | iid, | ||
unsigned short * | major, | ||
unsigned short * | minor | ||
) |
Definition at line 888 of file atl.c.
Referenced by test_source_iface().
Definition at line 961 of file atl.c.
Referenced by test_regcat().
HRESULT WINAPI AtlInternalQueryInterface | ( | void * | this, |
const _ATL_INTMAP_ENTRY * | pEntries, | ||
REFIID | iid, | ||
void ** | ppvObject | ||
) |
Definition at line 204 of file atl.c.
HRESULT WINAPI AtlIPersistPropertyBag_Load | ( | LPPROPERTYBAG | pPropBag, |
LPERRORLOG | pErrorLog, | ||
ATL_PROPMAP_ENTRY * | pMap, | ||
void * | pThis, | ||
IUnknown * | pUnk | ||
) |
HRESULT WINAPI AtlLoadTypeLib | ( | HINSTANCE | inst, |
LPCOLESTR | lpszIndex, | ||
BSTR * | pbstrPath, | ||
ITypeLib ** | ppTypeLib | ||
) |
Definition at line 341 of file atl.c.
Referenced by AtlModuleLoadTypeLib(), AtlRegisterTypeLib(), and test_typelib().
HRESULT WINAPI AtlModuleAddTermFunc | ( | _ATL_MODULE * | pM, |
_ATL_TERMFUNC * | pFunc, | ||
DWORD_PTR | dw | ||
) |
Definition at line 297 of file atl.c.
Referenced by test_term().
HRESULT WINAPI AtlRegisterClassCategoriesHelper | ( | REFCLSID | clsid, |
const struct _ATL_CATMAP_ENTRY * | catmap, | ||
BOOL | reg | ||
) |
Definition at line 747 of file atl.c.
Referenced by AtlComModuleRegisterServer(), AtlModuleRegisterServer(), and test_regcat().
Definition at line 399 of file atl.c.
Referenced by AtlComModuleRegisterServer(), AtlModuleRegisterServer(), and AtlModuleRegisterTypeLib().
Definition at line 73 of file atl.c.
Referenced by CExplorerBand::_DestroyTreeView(), CAddressEditBox::SetOwner(), CBrandBand::SetSite(), CInternetToolbar::SetSite(), and test_cp().
Definition at line 811 of file atl.c.
Definition at line 979 of file atl.c.
Definition at line 836 of file atl.c.
Referenced by AtlGetObjectSourceInterface().
WINE_DEFAULT_DEBUG_CHANNEL | ( | atl | ) |
HINSTANCE atl_instance |
Definition at line 36 of file atl.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().
|
static |
Definition at line 40 of file atl.c.
Referenced by ATL::AtlRegisterClassCategoriesHelper(), AtlRegisterClassCategoriesHelper(), and DllMain().