uLib  User mode C/C++ extended API library for Win32 programmers.
Hardlink.cpp File Reference
#include <uLib/UtilFunc.h>
#include <uLib/StrFunc.h>
#include <uLib/_Internal.h>

Go to the source code of this file.

Macros

#define FILE_SUPPORTS_HARD_LINKS   0x00400000
 

Functions

UINT GetHardLinkCount (CSTR FileName)
 
bool _CreateHardLink (CSTR LinkName, CSTR TargetName)
 
UINT EnumerateHardLinks (CSTR FileName, PFnEnumHardLinks Action, PVOID usrData)
 

Macro Definition Documentation

◆ FILE_SUPPORTS_HARD_LINKS

#define FILE_SUPPORTS_HARD_LINKS   0x00400000

Definition at line 119 of file Hardlink.cpp.