ReactOS 0.4.16-dev-1067-ge98bba2
wrmdir.cpp File Reference
#include <corecrt_internal.h>
#include <direct.h>
Include dependency graph for wrmdir.cpp:

Go to the source code of this file.

Functions

int __cdecl _wrmdir (wchar_t const *const path)
 

Function Documentation

◆ _wrmdir()

int __cdecl _wrmdir ( wchar_t const *const  path)

Definition at line 17 of file wrmdir.cpp.

18{
20 {
22 return -1;
23 }
24
25 return 0;
26}
void __cdecl __acrt_errno_map_os_error(unsigned long)
Definition: errno.cpp:91
BOOL WINAPI RemoveDirectoryW(IN LPCWSTR lpPathName)
Definition: dir.c:732
DWORD WINAPI GetLastError(void)
Definition: except.c:1042