|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "winuser.h"
#include "winnls.h"
#include "wine/unicode.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | format_args |
Defines |
| #define | WIN32_NO_STATUS |
| #define | HeapAlloc RtlAllocateHeap |
| #define | HeapReAlloc RtlReAllocateHeap |
| #define | HeapFree RtlFreeHeap |
| #define | ADD_TO_T(c) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (resource) |
| static LPWSTR | load_message (HMODULE module, UINT id, WORD lang) |
| static ULONG_PTR | get_arg (int nr, DWORD flags, struct format_args *args) |
| static LPCWSTR | format_insert (BOOL unicode_caller, int insert, LPCWSTR format, DWORD flags, struct format_args *args, LPWSTR *result) |
| static LPWSTR | format_message (BOOL unicode_caller, DWORD dwFlags, LPCWSTR fmtstr, struct format_args *format_args) |
| DWORD WINAPI | FormatMessageA (DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, LPSTR lpBuffer, DWORD nSize, __ms_va_list *args) |
| DWORD WINAPI | FormatMessageW (DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, LPWSTR lpBuffer, DWORD nSize, __ms_va_list *args) |
Variables |
| HMODULE | kernel32_handle |
| static const WCHAR | PCNTFMTWSTR [] = { '%','%','%','s',0 } |
| static const WCHAR | FMTWSTR [] = { '%','s',0 } |
Generated on Fri May 25 2012 05:10:10 for ReactOS by
1.7.6.1
|