|
|
|
SftDirectoryFolder.ItemIDListShort Property |
Returns the file/folder's relative ITEMIDLIST.
Syntax
VB.NET |
relativeIDL = object.ItemIDListShort As String |
||
VB |
relativeIDL = object.ItemIDListShort As String |
||
C#.NET |
string relativeIDL = object.ItemIDListShort; |
||
VC++ |
_bstr_t relativeIDL = object->ItemIDListShort;
|
||
C |
HRESULT object->get_ItemIDListShort(BSTR* relativeIDL); |
||
Delphi |
relativeIDL := object.ItemIDListShort : WideString; |
object
A SftDirectoryFolder object.
relativeIDL
Returns the file/folder's relative ITEMIDLIST.
Comments
The ItemIDListShort property returns the file/folder's relative ITEMIDLIST.
ITEMIDLIST structures are typically used when communicating with the Windows Shell. For detailed information about the ITEMIDLIST structure and its use, please see Microsoft's Windows documentation.