ReactOS 0.4.16-dev-1044-ga6558c0
|
#include "wine/test.h"
#include <stdio.h>
#include <windows.h>
#include <commctrl.h>
#include <comctl32_undoc.h>
Go to the source code of this file.
Macros | |
#define | WinVerMajor() LOBYTE(GetVersion()) |
#define | ILC_COLORMASK 0xfe |
#define | IL_IMGSIZE 16 |
Functions | |
static BOOL | IL_IsValid (HIMAGELIST himl) |
static HRESULT | IL_Destroy (HIMAGELIST himl) |
static HIMAGELIST | IL_Create (UINT flags) |
static UINT | IL_CalculateOtherBpp (UINT ilc) |
static BOOL | IL_AddImagesForTest (HIMAGELIST himl) |
static void | Test_SystemIL (void) |
static void | Test_Flags (void) |
START_TEST (ImageListApi) | |
#define IL_IMGSIZE 16 |
Definition at line 17 of file imagelist.c.
#define ILC_COLORMASK 0xfe |
Definition at line 16 of file imagelist.c.
#define WinVerMajor | ( | ) | LOBYTE(GetVersion()) |
Definition at line 14 of file imagelist.c.
|
static |
Definition at line 45 of file imagelist.c.
Referenced by Test_Flags().
|
inlinestatic |
Definition at line 34 of file imagelist.c.
Referenced by Test_Flags(), and Test_SystemIL().
|
static |
|
static |
Definition at line 19 of file imagelist.c.
Referenced by IL_Destroy(), and Test_SystemIL().
START_TEST | ( | ImageListApi | ) |
Definition at line 147 of file imagelist.c.
Definition at line 86 of file imagelist.c.
Referenced by START_TEST().
Definition at line 66 of file imagelist.c.
Referenced by START_TEST().