|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <windows.h>
#include <commctrl.h>
#include <gdiplus.h>
#include <tchar.h>
#include <debug.h>
#include "shimgvw.h"
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| static void | pLoadImage (LPWSTR szOpenFileName) |
| static VOID | ImageView_DrawImage (HWND hwnd) |
| static BOOL | ImageView_LoadSettings () |
| static VOID | ImageView_SaveSettings (HWND hwnd) |
| static BOOL | ImageView_CreateToolBar (HWND hwnd) |
| LRESULT CALLBACK | ImageView_DispWndProc (HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam) |
| static VOID | ImageView_InitControls (HWND hwnd) |
| LRESULT CALLBACK | ImageView_WndProc (HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam) |
| LONG WINAPI | ImageView_CreateWindow (HWND hwnd, LPWSTR szFileName) |
| VOID WINAPI | ImageView_FullscreenW (HWND hwnd, HINSTANCE hInst, LPCWSTR path, int nShow) |
| VOID WINAPI | ImageView_Fullscreen (HWND hwnd, HINSTANCE hInst, LPCWSTR path, int nShow) |
| VOID WINAPI | ImageView_FullscreenA (HWND hwnd, HINSTANCE hInst, LPCSTR path, int nShow) |
| VOID WINAPI | ImageView_PrintTo (HWND hwnd, HINSTANCE hInst, LPCWSTR path, int nShow) |
| VOID WINAPI | ImageView_PrintToA (HWND hwnd, HINSTANCE hInst, LPCSTR path, int nShow) |
| VOID WINAPI | ImageView_PrintToW (HWND hwnd, HINSTANCE hInst, LPCWSTR path, int nShow) |
| BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables |
| HINSTANCE | hInstance |
| SHIMGVW_SETTINGS | shiSettings |
| GpImage * | image |
| WNDPROC | PrevProc = NULL |
| HWND | hDispWnd |
| HWND | hToolBar |
| static const TBBUTTON | Buttons [] |
Generated on Sat May 26 2012 05:17:39 for ReactOS by
1.7.6.1
|