ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <atliface.h>
#include <comcat.h>
Go to the source code of this file.
Classes | |
struct | _ATL_OBJMAP_ENTRYA_V1_TAG |
struct | _ATL_OBJMAP_ENTRYW_V1_TAG |
struct | _ATL_OBJMAP_ENTRYA_TAG |
struct | _ATL_OBJMAP_ENTRYW_TAG |
struct | _ATL_OBJMAP_CACHE |
struct | _ATL_OBJMAP_ENTRY110 |
struct | _ATL_TERMFUNC_ELEM_TAG |
struct | _AtlCreateWndData_TAG |
struct | _ATL_MODULEA_TAG |
struct | _ATL_MODULEW_TAG |
struct | CSimpleArray |
struct | _ATL_MODULE70 |
struct | _ATL_WIN_MODULE70 |
struct | _ATL_COM_MODULE70 |
struct | _ATL_INTMAP_ENTRY_TAG |
struct | _ATL_REGMAP_ENTRY |
struct | _ATL_CATMAP_ENTRY |
Macros | |
#define | _ATL_VER_30 0x0300 |
#define | _ATL_VER_70 0x0700 |
#define | _ATL_VER_80 0x0800 |
#define | _ATL_VER_90 0x0900 |
#define | _ATL_VER_100 0x0a00 |
#define | _ATL_VER_110 0x0b00 |
#define | _ATL_VER _ATL_VER_100 |
#define | _ATL_CATMAP_ENTRY_END 0 |
#define | _ATL_CATMAP_ENTRY_IMPLEMENTED 1 |
#define | _ATL_CATMAP_ENTRY_REQUIRED 2 |
#define _ATL_VER _ATL_VER_100 |
typedef const struct _ATL_CATMAP_ENTRY *() _ATL_CATMAPFUNC(void) |
typedef struct _ATL_COM_MODULE70 _ATL_COM_MODULE |
typedef struct _ATL_COM_MODULE70 _ATL_COM_MODULE70 |
typedef _ATL_MODULE70 _ATL_MODULE |
typedef struct _ATL_MODULE70 _ATL_MODULE70 |
typedef struct _ATL_MODULEA_TAG _ATL_MODULEA |
typedef struct _ATL_MODULEW_TAG _ATL_MODULEW |
typedef struct _ATL_OBJMAP_CACHE _ATL_OBJMAP_CACHE |
typedef _ATL_WIN_MODULE70 _ATL_WIN_MODULE |
typedef struct _ATL_WIN_MODULE70 _ATL_WIN_MODULE70 |
typedef CRITICAL_SECTION CComCriticalSection |
Definition at line 1147 of file atl_ax.c.
Referenced by AtlAxCreateControlLicEx(), and test_AtlAxAttachControl().
HRESULT WINAPI AtlAxCreateControl | ( | LPCOLESTR | lpszName, |
HWND | hWnd, | ||
IStream * | pStream, | ||
IUnknown ** | ppUnkContainer | ||
) |
Definition at line 986 of file atl_ax.c.
HRESULT WINAPI AtlAxCreateControlEx | ( | LPCOLESTR | , |
HWND | , | ||
IStream * | , | ||
IUnknown ** | , | ||
IUnknown ** | , | ||
REFIID | , | ||
IUnknown * | |||
) |
void WINAPI AtlCallTermFunc | ( | _ATL_MODULE * | ) |
HRESULT WINAPI AtlComModuleRegisterClassObjects | ( | _ATL_COM_MODULE * | , |
DWORD | , | ||
DWORD | |||
) |
HRESULT WINAPI AtlCreateRegistrar | ( | IRegistrar ** | ret | ) |
Definition at line 687 of file registrar.c.
Referenced by AtlUpdateRegistryFromResourceD(), and RegistrarCF_CreateInstance().
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().
HRESULT WINAPI AtlInternalQueryInterface | ( | void * | pThis, |
const _ATL_INTMAP_ENTRY * | pEntries, | ||
REFIID | iid, | ||
void ** | ppvObject | ||
) |
Definition at line 204 of file atl.c.
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().
void WINAPI AtlModuleAddCreateWndData | ( | _ATL_MODULEW * | pM, |
_AtlCreateWndData * | pData, | ||
void * | pvObject | ||
) |
Definition at line 405 of file atl30.c.
Referenced by test_winmodule().
HRESULT WINAPI AtlModuleAddTermFunc | ( | _ATL_MODULE * | pM, |
_ATL_TERMFUNC * | pFunc, | ||
DWORD_PTR | dw | ||
) |
Definition at line 297 of file atl.c.
Referenced by test_term().
void *WINAPI AtlModuleExtractCreateWndData | ( | _ATL_MODULEW * | pM | ) |
Definition at line 425 of file atl30.c.
Referenced by test_winmodule().
HRESULT WINAPI AtlModuleInit | ( | _ATL_MODULEW * | pM, |
_ATL_OBJMAP_ENTRYW * | p, | ||
HINSTANCE | h | ||
) |
Definition at line 39 of file atl30.c.
Referenced by test_StructSize(), test_term(), test_winclassinfo(), and test_winmodule().
HRESULT WINAPI AtlModuleLoadTypeLib | ( | _ATL_MODULEW * | pM, |
LPCOLESTR | lpszIndex, | ||
BSTR * | pbstrPath, | ||
ITypeLib ** | ppTypeLib | ||
) |
HRESULT WINAPI AtlModuleRegisterClassObjects | ( | _ATL_MODULEW * | pM, |
DWORD | dwClsContext, | ||
DWORD | dwFlags | ||
) |
Definition at line 133 of file atl30.c.
HRESULT WINAPI AtlModuleRegisterServer | ( | _ATL_MODULEW * | pM, |
BOOL | bRegTypeLib, | ||
const CLSID * | pCLSID | ||
) |
Definition at line 181 of file atl30.c.
HRESULT WINAPI AtlModuleRegisterTypeLib | ( | _ATL_MODULEW * | pM, |
LPCOLESTR | lpszIndex | ||
) |
HRESULT WINAPI AtlModuleTerm | ( | _ATL_MODULEW * | pM | ) |
HRESULT WINAPI AtlModuleUnregisterServer | ( | _ATL_MODULEW * | pM, |
const CLSID * | pCLSID | ||
) |
HRESULT WINAPI AtlModuleUpdateRegistryFromResourceD | ( | _ATL_MODULEW * | pM, |
LPCOLESTR | lpszRes, | ||
BOOL | bRegister, | ||
struct _ATL_REGMAP_ENTRY * | pMapEntries, | ||
IRegistrar * | pReg | ||
) |
Definition at line 453 of file atl30.c.
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 73 of file atl.c.
Referenced by CExplorerBand::_DestroyTreeView(), CAddressEditBox::SetOwner(), CBrandBand::SetSite(), CInternetToolbar::SetSite(), and test_cp().
HRESULT WINAPI AtlUpdateRegistryFromResourceD | ( | HINSTANCE | inst, |
LPCOLESTR | res, | ||
BOOL | bRegister, | ||
struct _ATL_REGMAP_ENTRY * | pMapEntries, | ||
IRegistrar * | pReg | ||
) |
Definition at line 706 of file registrar.c.
Referenced by AtlModuleUpdateRegistryFromResourceD().
Definition at line 811 of file atl.c.
void WINAPI AtlWinModuleAddCreateWndData | ( | _ATL_WIN_MODULE * | , |
_AtlCreateWndData * | , | ||
void * | |||
) |
Referenced by test_winmodule().
void *WINAPI AtlWinModuleExtractCreateWndData | ( | _ATL_WIN_MODULE * | ) |
Referenced by test_winmodule().
HRESULT WINAPI AtlWinModuleInit | ( | _ATL_WIN_MODULE * | ) |
Referenced by test_winmodule().