#[repr(transparent)]pub struct ShellItem(_);
Expand description
A Shell Item
Implementations§
source§impl ShellItem
impl ShellItem
sourcepub fn from_parsing_name(path: &CWideStr) -> Result<Self, HResult>
pub fn from_parsing_name(path: &CWideStr) -> Result<Self, HResult>
Try to create a ShellItem
from a path.
Note that this does not work with relative paths.
sourcepub fn from_id_list(list: &ItemIdList) -> Result<Self, HResult>
pub fn from_id_list(list: &ItemIdList) -> Result<Self, HResult>
Try to create a ShellItem
from an ItemIdList
.
sourcepub fn get_display_name(
&self,
display_type: DisplayNameType
) -> Result<CoTaskMemWideString, HResult>
pub fn get_display_name(
&self,
display_type: DisplayNameType
) -> Result<CoTaskMemWideString, HResult>
Get the display name of a shell item.