|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "calc.h"
Go to the source code of this file.
Macros | |
| #define | GET_CB(name) |
Functions | |
| static HWND WINAPI | dummy_HtmlHelpA (HWND hWnd, LPCSTR pszFile, UINT uCommand, DWORD dwData) |
| static HWND WINAPI | dummy_HtmlHelpW (HWND hWnd, LPCWSTR pszFile, UINT uCommand, DWORD dwData) |
| void | HtmlHelp_Start (HINSTANCE hInstance) |
| void | HtmlHelp_Stop (void) |
Variables | |
| type_HtmlHelpA | calc_HtmlHelpA = dummy_HtmlHelpA |
| type_HtmlHelpW | calc_HtmlHelpW = dummy_HtmlHelpW |
| static HMODULE | hHtmlHelp |
Definition at line 23 of file htmlhelp.c.
|
static |
Definition at line 39 of file htmlhelp.c.
|
static |
Definition at line 45 of file htmlhelp.c.
Definition at line 50 of file htmlhelp.c.
Referenced by _tWinMain().
| type_HtmlHelpA calc_HtmlHelpA = dummy_HtmlHelpA |
Definition at line 33 of file htmlhelp.c.
| type_HtmlHelpW calc_HtmlHelpW = dummy_HtmlHelpW |
Definition at line 34 of file htmlhelp.c.
|
static |
Definition at line 36 of file htmlhelp.c.
Referenced by HtmlHelp_Start(), and HtmlHelp_Stop().