|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <user32.h>
#include <wine/debug.h>
#include "pshpack1.h"
#include "poppack.h"
Go to the source code of this file.
Data Structures |
| struct | icoICONDIRENTRY |
| struct | icoICONDIR |
Typedefs |
| typedef struct icoICONDIRENTRY * | LPicoICONDIRENTRY |
| typedef struct icoICONDIR * | LPicoICONDIR |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (icon) |
static const
IMAGE_RESOURCE_DIRECTORY * | find_entry_by_id (const IMAGE_RESOURCE_DIRECTORY *dir, WORD id, const void *root) |
static const
IMAGE_RESOURCE_DIRECTORY * | find_entry_default (const IMAGE_RESOURCE_DIRECTORY *dir, const void *root) |
| static DWORD | USER32_GetResourceTable (LPBYTE peimage, DWORD pesize, LPBYTE *retptr) |
| static UINT | ICO_ExtractIconExW (LPCWSTR lpszExeFileName, HICON *RetPtr, INT nIconIndex, UINT nIcons, UINT cxDesired, UINT cyDesired, UINT *pIconId, UINT flags) |
| UINT WINAPI | PrivateExtractIconsW (LPCWSTR lpwstrFile, int nIndex, int sizeX, int sizeY, HICON *phicon, UINT *pIconId, UINT nIcons, UINT flags) |
| UINT WINAPI | PrivateExtractIconsA (LPCSTR lpstrFile, int nIndex, int sizeX, int sizeY, HICON *phicon, UINT *piconid, UINT nIcons, UINT flags) |
| UINT WINAPI | PrivateExtractIconExW (LPCWSTR lpwstrFile, int nIndex, HICON *phIconLarge, HICON *phIconSmall, UINT nIcons) |
| UINT WINAPI | PrivateExtractIconExA (LPCSTR lpstrFile, int nIndex, HICON *phIconLarge, HICON *phIconSmall, UINT nIcons) |
Generated on Fri May 25 2012 06:09:57 for ReactOS by
1.7.6.1
|