#include <os2wrap.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <iostream.h>
#include <win32api.h>
#include <win32type.h>
#include "dib.h"
#include <winicon.h>
#include <misc.h>
#include "dbglocal.h"
Include dependency graph for icon.cpp:
Go to the source code of this file.
Defines | |
#define | INCL_GPIBITMAPS |
#define | INCL_BITMAPFILEFORMAT |
#define | INCL_DOSFILEMGR |
#define | INCL_DOSERRORS |
#define | INCL_DOSPROCESS |
#define | INCL_DOSMISC |
#define | INCL_WIN |
#define | DBG_LOCALLOG DBG_icon |
#define | DIB_RGB_COLORS_W 0 |
#define | DIB_PAL_COLORS_W 1 |
#define | CBM_INIT_W 4 |
Functions | |
ULONG | QueryConvertedIconSize (WINBITMAPINFOHEADER *bmpHdr, int size, BOOL fResizeTo40x40=0) |
void * | ConvertIcon (WINBITMAPINFOHEADER *bmpHdr, int size, int *os2size, int offsetBits, BOOL fResizeTo40x40=0) |
void *WIN32API | ConvertIconGroup (void *hdr, ULONG hInstance, DWORD *ressize) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 42 of file icon.cpp. Referenced by ConvertIconGroup().
|
|
Definition at line 79 of file icon.cpp. Referenced by ConvertIconGroup().
|
|
|