|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdlib.h>#include <windef.h>#include <winbase.h>#include <winnls.h>#include <winuser.h>#include <tchar.h>#include <undocuser.h>#include "resource.h"
Go to the source code of this file.
Classes | |
| struct | FIND_OWNED |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | FreeConvertedWideChar(lpwString) free(lpwString) |
| #define | ConvertToMultiByte(lptString) (lptString) |
| #define | FreeConvertedMultiByte(lpaString) |
Typedefs | |
| typedef int(WINAPI * | DllWinMainW) (HWND hWnd, HINSTANCE hInstance, LPWSTR lpwCmdLine, int nCmdShow) |
| typedef int(WINAPI * | DllWinMainA) (HWND hWnd, HINSTANCE hInstance, LPSTR lpCmdLine, int nCmdShow) |
| typedef struct FIND_OWNED * | PFIND_OWNED |
Functions | |
| LPTSTR *WINAPI | CommandLineToArgv (LPCTSTR lpCmdLine, int *lpArgc) |
| void | GetModuleTitle (void) |
| LPWSTR | ConvertToWideChar (LPCSTR lpString) |
| LPSTR | DuplicateToMultiByte (LPCTSTR lptString, size_t nBufferSize) |
| static BOOL CALLBACK | EnumWindowsProc (HWND hwnd, LPARAM lParam) |
| LRESULT CALLBACK | EmptyWindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| BOOL | RegisterBlankClass (HINSTANCE hInstance, HINSTANCE hPrevInstance) |
| int WINAPI | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
| LPCTSTR | rundll32_wtitle = _T("rundll32") |
| LPCTSTR | rundll32_wclass = _T("RunDLL") |
| TCHAR | ModuleFileName [MAX_PATH+1] |
| LPTSTR | ModuleTitle |
| #define ConvertToMultiByte | ( | lptString | ) | (lptString) |
Definition at line 275 of file rundll32.c.
| #define FreeConvertedMultiByte | ( | lpaString | ) |
Definition at line 276 of file rundll32.c.
Definition at line 262 of file rundll32.c.
| #define WIN32_NO_STATUS |
Definition at line 24 of file rundll32.c.
Definition at line 42 of file rundll32.c.
Definition at line 36 of file rundll32.c.
| typedef struct FIND_OWNED * PFIND_OWNED |
| int WINAPI _tWinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPTSTR | lpCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 377 of file rundll32.c.
Definition at line 64 of file rundll32.c.
Definition at line 249 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 285 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 320 of file rundll32.c.
Referenced by RegisterBlankClass().
Definition at line 309 of file rundll32.c.
Referenced by EmptyWindowProc().
Definition at line 218 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 357 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 56 of file rundll32.c.
Referenced by GetModuleTitle(), and MiQueryMemorySectionName().
| LPTSTR ModuleTitle |
Definition at line 57 of file rundll32.c.
Referenced by _tWinMain(), and GetModuleTitle().
Definition at line 54 of file rundll32.c.
Referenced by _tWinMain(), and RegisterBlankClass().
Definition at line 53 of file rundll32.c.
Referenced by _tWinMain().