KNOWNFOLDER_DEFINITION class Null safety Struct
Defines the specifics of a known folder.
- Inheritance
- Object
- NativeType
- Struct
- KNOWNFOLDER_DEFINITION
- Available Extensions
Constructors
Properties
- category ↔ int
-
@Uint32(), read / write
- dwAttributes ↔ int
-
@Uint32(), read / write
- fidParent ↔ GUID
-
read / write
- ftidType ↔ GUID
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kfdFlags ↔ int
-
@Uint32(), read / write
-
pszDescription
↔ Pointer<
Utf16> -
read / write
-
pszIcon
↔ Pointer<
Utf16> -
read / write
-
pszLocalizedName
↔ Pointer<
Utf16> -
read / write
-
pszName
↔ Pointer<
Utf16> -
read / write
-
pszParsingName
↔ Pointer<
Utf16> -
read / write
-
pszRelativePath
↔ Pointer<
Utf16> -
read / write
-
pszSecurity
↔ Pointer<
Utf16> -
read / write
-
pszTooltip
↔ Pointer<
Utf16> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited