ReactOS
0.4.15-dev-4572-gde972e2
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL WINAPI | CreateHardLinkW (IN LPCWSTR lpFileName, IN LPCWSTR lpExistingFileName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL WINAPI | CreateHardLinkA (IN LPCSTR lpFileName, IN LPCSTR lpExistingFileName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
#define NDEBUG |
Definition at line 13 of file hardlink.c.
BOOL WINAPI CreateHardLinkA | ( | IN LPCSTR | lpFileName, |
IN LPCSTR | lpExistingFileName, | ||
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 136 of file hardlink.c.
Referenced by test_filenames().
BOOL WINAPI CreateHardLinkW | ( | IN LPCWSTR | lpFileName, |
IN LPCWSTR | lpExistingFileName, | ||
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 23 of file hardlink.c.
Referenced by BtrfsRecv::cmd_link(), and CreateHardLinkA().