Skip to content

Latest commit

 

History

History
121 lines (84 loc) · 4.49 KB

ne-shtypes-perceived.md

File metadata and controls

121 lines (84 loc) · 4.49 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:shtypes.tagPERCEIVED
PERCEIVED (shtypes.h)
Specifies a file's perceived type. This set of constants is used in the AssocGetPerceivedType function.
PERCEIVED
PERCEIVED enumeration [Windows Shell]
PERCEIVED_TYPE_APPLICATION
PERCEIVED_TYPE_AUDIO
PERCEIVED_TYPE_COMPRESSED
PERCEIVED_TYPE_CONTACTS
PERCEIVED_TYPE_CUSTOM
PERCEIVED_TYPE_DOCUMENT
PERCEIVED_TYPE_FOLDER
PERCEIVED_TYPE_GAMEMEDIA
PERCEIVED_TYPE_IMAGE
PERCEIVED_TYPE_SYSTEM
PERCEIVED_TYPE_TEXT
PERCEIVED_TYPE_UNKNOWN
PERCEIVED_TYPE_UNSPECIFIED
PERCEIVED_TYPE_VIDEO
_shell_PERCEIVED
shell.PERCEIVED
shtypes/PERCEIVED
shtypes/PERCEIVED_TYPE_APPLICATION
shtypes/PERCEIVED_TYPE_AUDIO
shtypes/PERCEIVED_TYPE_COMPRESSED
shtypes/PERCEIVED_TYPE_CONTACTS
shtypes/PERCEIVED_TYPE_CUSTOM
shtypes/PERCEIVED_TYPE_DOCUMENT
shtypes/PERCEIVED_TYPE_FOLDER
shtypes/PERCEIVED_TYPE_GAMEMEDIA
shtypes/PERCEIVED_TYPE_IMAGE
shtypes/PERCEIVED_TYPE_SYSTEM
shtypes/PERCEIVED_TYPE_TEXT
shtypes/PERCEIVED_TYPE_UNKNOWN
shtypes/PERCEIVED_TYPE_UNSPECIFIED
shtypes/PERCEIVED_TYPE_VIDEO
shell\PERCEIVED.htm
shell
dbaf5894-1ed6-446f-ac15-12ba4c7326e7
12/05/2018
PERCEIVED, PERCEIVED enumeration [Windows Shell], PERCEIVED_TYPE_APPLICATION, PERCEIVED_TYPE_AUDIO, PERCEIVED_TYPE_COMPRESSED, PERCEIVED_TYPE_CONTACTS, PERCEIVED_TYPE_CUSTOM, PERCEIVED_TYPE_DOCUMENT, PERCEIVED_TYPE_FOLDER, PERCEIVED_TYPE_GAMEMEDIA, PERCEIVED_TYPE_IMAGE, PERCEIVED_TYPE_SYSTEM, PERCEIVED_TYPE_TEXT, PERCEIVED_TYPE_UNKNOWN, PERCEIVED_TYPE_UNSPECIFIED, PERCEIVED_TYPE_VIDEO, _shell_PERCEIVED, shell.PERCEIVED, shtypes/PERCEIVED, shtypes/PERCEIVED_TYPE_APPLICATION, shtypes/PERCEIVED_TYPE_AUDIO, shtypes/PERCEIVED_TYPE_COMPRESSED, shtypes/PERCEIVED_TYPE_CONTACTS, shtypes/PERCEIVED_TYPE_CUSTOM, shtypes/PERCEIVED_TYPE_DOCUMENT, shtypes/PERCEIVED_TYPE_FOLDER, shtypes/PERCEIVED_TYPE_GAMEMEDIA, shtypes/PERCEIVED_TYPE_IMAGE, shtypes/PERCEIVED_TYPE_SYSTEM, shtypes/PERCEIVED_TYPE_TEXT, shtypes/PERCEIVED_TYPE_UNKNOWN, shtypes/PERCEIVED_TYPE_UNSPECIFIED, shtypes/PERCEIVED_TYPE_VIDEO
shtypes.h
Windows
Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Shtypes.idl
Windows
PERCEIVED
19H1
tagPERCEIVED
shtypes/tagPERCEIVED
PERCEIVED
shtypes/PERCEIVED
c++
APIRef
kbSyntax
HeaderDef
Shtypes.h
PERCEIVED

PERCEIVED enumeration

-description

Specifies a file's perceived type. This set of constants is used in the AssocGetPerceivedType function.

-enum-fields

-field PERCEIVED_TYPE_FIRST:-3

-field PERCEIVED_TYPE_CUSTOM:-3

The file's perceived type as defined in the registry is not a known type.

-field PERCEIVED_TYPE_UNSPECIFIED:-2

The file does not have a perceived type.

-field PERCEIVED_TYPE_FOLDER:-1

Not used.

-field PERCEIVED_TYPE_UNKNOWN:0

The file's perceived type hasn't yet been requested. This is the cached type of the object when it is created. This value is never returned by AssocGetPerceivedType.

-field PERCEIVED_TYPE_TEXT:1

The file's perceived type is "text".

-field PERCEIVED_TYPE_IMAGE:2

The file's perceived type is "image".

-field PERCEIVED_TYPE_AUDIO:3

The file's perceived type is "audio".

-field PERCEIVED_TYPE_VIDEO:4

The file's perceived type is "video".

-field PERCEIVED_TYPE_COMPRESSED:5

The file's perceived type is "compressed".

-field PERCEIVED_TYPE_DOCUMENT:6

The file's perceived type is "document".

-field PERCEIVED_TYPE_SYSTEM:7

The file's perceived type is "system".

-field PERCEIVED_TYPE_APPLICATION:8

The file's perceived type is "application".

-field PERCEIVED_TYPE_GAMEMEDIA:9

Windows Vista and later. The file's perceived type is "gamemedia".

-field PERCEIVED_TYPE_CONTACTS:10

Windows Vista and later.The file's perceived type is "contacts"

-field PERCEIVED_TYPE_LAST:10

-remarks

Prior to Windows Vista, this enumeration was declared in Shlwapi.h.