UID | tech.root | title | ms.date | targetos | description | prerelease | req.assembly | req.construct-type | req.ddi-compliance | req.dll | req.header | req.idl | req.include-header | req.irql | req.kmdf-ver | req.lib | req.max-support | req.namespace | req.redist | req.target-min-winverclnt | req.target-min-winversvr | req.target-type | req.type-library | req.umdf-ver | req.unicode-ansi | topic_type | api_type | api_location | api_name | f1_keywords | dev_langs | helpviewer_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 |
|
|
|
|
|
|
|
The AreShortNamesEnabled
function determines whether short names are enabled for the specified volume. For more information, see Naming Files, Paths, and Namespaces.
The handle to the volume or the handle to a file or directory that resides on the volume to query.
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.
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.