Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 1.77 KB

nf-fileapi-areshortnamesenabled.md

File metadata and controls

67 lines (55 loc) · 1.77 KB
UIDtech.roottitlems.datetargetosdescriptionprereleasereq.assemblyreq.construct-typereq.ddi-compliancereq.dllreq.headerreq.idlreq.include-headerreq.irqlreq.kmdf-verreq.libreq.max-supportreq.namespacereq.redistreq.target-min-winverclntreq.target-min-winversvrreq.target-typereq.type-libraryreq.umdf-verreq.unicode-ansitopic_typeapi_typeapi_locationapi_namef1_keywordsdev_langshelpviewer_keywords
NF:fileapi.AreShortNamesEnabled
fs
AreShortNamesEnabled function (fileapi.h)
01/05/2023
Windows
The AreShortNamesEnabled function determines whether short names are enabled for the specified volume.
false
function
fileapi.h
apiref
HeaderDef
fileapi.h
AreShortNamesEnabled
AreShortNamesEnabled
fileapi/AreShortNamesEnabled
c++
AreShortNamesEnabled

-description

The AreShortNamesEnabled function determines whether short names are enabled for the specified volume. For more information, see Naming Files, Paths, and Namespaces.

-parameters

-param Handle

The handle to the volume or the handle to a file or directory that resides on the volume to query.

-param Enabled

A pointer to a BOOLEAN value that receives the result of the query. If TRUE, short names are enabled for the volume, otherwise FALSE is returned.

-returns

A BOOLEAN value that indicates whether the function succeeded. If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call the GetLastError function.

-remarks

-see-also

Naming Files, Paths, and Namespaces

close