|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "shlwapi.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | NO_SHLWAPI_REG |
| #define | NO_SHLWAPI_STREAM |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad) |
| HRESULT WINAPI | DllGetVersion (DLLVERSIONINFO *pdvi) |
Variables | |
| DECLSPEC_HIDDEN HINSTANCE | shlwapi_hInstance = 0 |
| DECLSPEC_HIDDEN DWORD | SHLWAPI_ThreadRef_index = TLS_OUT_OF_INDEXES |
| #define NO_SHLWAPI_REG |
Definition at line 26 of file shlwapi_main.c.
| #define NO_SHLWAPI_STREAM |
Definition at line 27 of file shlwapi_main.c.
| HRESULT WINAPI DllGetVersion | ( | DLLVERSIONINFO * | pdvi | ) |
Definition at line 103 of file shlwapi_main.c.
Definition at line 61 of file shlwapi_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
| DECLSPEC_HIDDEN HINSTANCE shlwapi_hInstance = 0 |
Definition at line 33 of file shlwapi_main.c.
Referenced by DllMain(), SHCreateWorkerWindowA(), SHCreateWorkerWindowW(), SHLWAPI_WriteTimeClass(), SHMessageBoxCheckW(), and StrFormatByteSizeW().
| DECLSPEC_HIDDEN DWORD SHLWAPI_ThreadRef_index = TLS_OUT_OF_INDEXES |
Definition at line 34 of file shlwapi_main.c.
Referenced by DllMain(), SHGetThreadRef(), and SHSetThreadRef().