IShellItemResources::GetAttributes method
Gets resource attributes.
Syntax
HRESULT GetAttributes( [out] DWORD *pdwAttributes );
Parameters
- pdwAttributes [out]
-
Type: DWORD*
A pointer to resource attributes. The following are attribute values.
-
Value is 0x00000001.
-
Value is 0x00000002.
-
Value is 0x00000004.
-
Value is 0x00000010.
-
Value is 0x00000020.
-
Value is 0x00000040.
-
Value is 0x00000080.
-
Value is 0x00000100.
-
Value is 0x00000200.
-
Value is 0x00000400.
-
Value is 0x00000800.
-
Value is 0x00001000.
-
Value is 0x00002000.
-
Value is 0x00001ff7.
-
Value is 0x000011a7.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: