ReactOS 0.4.15-dev-7942-gd23573b
profmap.c File Reference
#include <windef.h>
#include <winbase.h>
#include <debug.h>
Include dependency graph for profmap.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

BOOL WINAPI DllMain (HINSTANCE hinstDll, DWORD dwReason, LPVOID reserved)
 
BOOL WINAPI RemapAndMoveUserA (IN LPCSTR pComputer, IN DWORD dwFlags, IN LPCSTR pCurrentUser, IN LPCSTR pNewUser)
 
BOOL WINAPI RemapAndMoveUserW (IN LPCWSTR pComputer, IN DWORD dwFlags, IN LPCWSTR pCurrentUser, IN LPCWSTR pNewUser)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 14 of file profmap.c.

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hinstDll,
DWORD  dwReason,
LPVOID  reserved 
)

Definition at line 24 of file profmap.c.

27{
28 switch (dwReason)
29 {
32 break;
33
35 break;
36 }
37
38 return TRUE;
39}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
#define DLL_PROCESS_DETACH
Definition: compat.h:130
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition: loader.c:85

◆ RemapAndMoveUserA()

BOOL WINAPI RemapAndMoveUserA ( IN LPCSTR  pComputer,
IN DWORD  dwFlags,
IN LPCSTR  pCurrentUser,
IN LPCSTR  pNewUser 
)

Definition at line 50 of file profmap.c.

54{
56 return FALSE;
57}
#define UNIMPLEMENTED
Definition: debug.h:115
#define FALSE
Definition: types.h:117

◆ RemapAndMoveUserW()

BOOL WINAPI RemapAndMoveUserW ( IN LPCWSTR  pComputer,
IN DWORD  dwFlags,
IN LPCWSTR  pCurrentUser,
IN LPCWSTR  pNewUser 
)

Definition at line 68 of file profmap.c.

72{
74 return FALSE;
75}