#include <precomp.h>
#include "resource.h"
#include <locale.h>
#include <io.h>
#include <fcntl.h>
#include "dialogs/settings.h"
#include "services/shellservices.h"
Go to the source code of this file.
Data Structures |
| struct | ExplorerAboutDlg |
| | "About Explorer" Dialog More...
|
Functions |
| int | initialize_gdb_stub () |
| void | _log_ (LPCTSTR txt) |
| HBITMAP | create_bitmap_from_icon (HICON hIcon, HBRUSH hbrush_bkgnd, HDC hdc_wnd) |
| | create a bitmap from an icon
|
| HBITMAP | create_small_bitmap_from_icon (HICON hIcon, HBRUSH hbrush_bkgnd, HDC hdc_wnd) |
| int | ImageList_AddAlphaIcon (HIMAGELIST himl, HICON hIcon, HBRUSH hbrush_bkgnd, HDC hdc_wnd) |
| | add icon with alpha channel to imagelist using the specified background color
|
| void | SetWindowIcon (HWND hwnd, UINT nid) |
| | set big and small icons out of the resources for a window
|
| void | explorer_show_frame (int cmdShow, LPTSTR lpCmdLine) |
| void | explorer_about (HWND hwndParent) |
| static void | InitInstance (HINSTANCE hInstance) |
| int | explorer_main (HINSTANCE hInstance, LPTSTR lpCmdLine, int cmdShow) |
| static bool | SetShellReadyEvent (LPCTSTR evtName) |
| int WINAPI | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nShowCmd) |
Variables |
DynamicLoadLibFct< void(__stdcall
*)(BOOL)> | g_SHDOCVW_ShellDDEInit (TEXT("SHDOCVW"), 118) |
| ExplorerGlobals | g_Globals |
| boolean | SelectOpt = FALSE |