symlinkd.windows

Undocumented in source.

Members

Aliases

CreateSymbolicLink
alias CreateSymbolicLink = CreateSymbolicLinkW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateSymbolicLink
alias CreateSymbolicLink = CreateSymbolicLinkA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFinalPathNameByHandle
alias GetFinalPathNameByHandle = GetFinalPathNameByHandleA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFinalPathNameByHandle
alias GetFinalPathNameByHandle = GetFinalPathNameByHandleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

FILE_NAME_NORMALIZED
anonymousenum FILE_NAME_NORMALIZED
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SYMBOLIC_LINK_FLAG_DIRECTORY
anonymousenum SYMBOLIC_LINK_FLAG_DIRECTORY
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VOLUME_NAME_DOS
anonymousenum VOLUME_NAME_DOS
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Functions

CreateSymbolicLinkA
BOOLEAN CreateSymbolicLinkA(LPCSTR lpSymlinkFileName, LPCSTR lpTargetFileName, DWORD dwFlags)
CreateSymbolicLinkW
BOOLEAN CreateSymbolicLinkW(LPCWSTR lpSymlinkFileName, LPCWSTR lpTargetFileName, DWORD dwFlags)

Creates a symbolic link.

GetFinalPathNameByHandleA
uint GetFinalPathNameByHandleA(HANDLE hFile, LPSTR lpszFilePath, uint cchFilePath, uint dwFlags)
GetFinalPathNameByHandleW
uint GetFinalPathNameByHandleW(HANDLE hFile, LPWSTR lpszFilePath, uint cchFilePath, uint dwFlags)

Retrieves the final path for the specified file.

Meta