#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <atlbase.h>
#include <mshtml.h>
#include <wine/test.h>
Go to the source code of this file.
◆ COBJMACROS
Definition at line 22 of file atl.c.
◆ CONST_VTABLE
Definition at line 23 of file atl.c.
◆ START_TEST()
Definition at line 58 of file atl.c.
59{
61
63
65}
void WINAPI DECLSPEC_HOTPATCH CoUninitialize(void)
HRESULT WINAPI CoInitialize(LPVOID lpReserved)
static void test_ax_win(void)
◆ test_ax_win()
Definition at line 34 of file atl.c.
35{
39
41 ok(
ret,
"AtlAxWinInit failed\n");
42
44
45 memset(&wcex, 0,
sizeof(wcex));
46 wcex.
cbSize =
sizeof(wcex);
48 ok(
ret,
"AtlAxWin80 has not registered\n");
50
51 memset(&wcex, 0,
sizeof(wcex));
52 wcex.
cbSize =
sizeof(wcex);
54 ok(
ret,
"AtlAxWinLic80 has not registered\n");
56}
BOOL WINAPI AtlAxWinInit(void)
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
BOOL WINAPI GetClassInfoExW(_In_opt_ HINSTANCE, _In_ LPCWSTR, _Out_ LPWNDCLASSEXW)