ReactOS
0.4.15-dev-5608-gafb953a
|
#include <stdarg.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winuser.h>
#include <tchar.h>
#include "resource.h"
Go to the source code of this file.
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) |
Functions | |
LPTSTR *WINAPI | CommandLineToArgv (LPCTSTR lpCmdLine, int *lpArgc) |
void | GetModuleTitle (void) |
LPWSTR | ConvertToWideChar (LPCSTR lpString) |
LPSTR | DuplicateToMultiByte (LPCTSTR lptString, size_t nBufferSize) |
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("rundll32_window") |
TCHAR | ModuleFileName [MAX_PATH+1] |
LPTSTR | ModuleTitle |
#define ConvertToMultiByte | ( | lptString | ) | (lptString) |
Definition at line 274 of file rundll32.c.
#define FreeConvertedMultiByte | ( | lpaString | ) |
Definition at line 275 of file rundll32.c.
Definition at line 261 of file rundll32.c.
#define WIN32_NO_STATUS |
Definition at line 24 of file rundll32.c.
Definition at line 41 of file rundll32.c.
Definition at line 35 of file rundll32.c.
int WINAPI _tWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 328 of file rundll32.c.
Definition at line 63 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 284 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 308 of file rundll32.c.
Referenced by _tWinMain().
Definition at line 55 of file rundll32.c.
Referenced by GetModuleTitle(), and MiQueryMemorySectionName().
LPTSTR ModuleTitle |
Definition at line 56 of file rundll32.c.
Referenced by _tWinMain(), and GetModuleTitle().
Definition at line 53 of file rundll32.c.
Referenced by _tWinMain(), and RegisterBlankClass().
Definition at line 52 of file rundll32.c.
Referenced by _tWinMain().