Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IShellItem2 ¶
type IShellItem2 struct {
// contains filtered or unexported fields
}
func SHCreateItemFromParsingName ¶
func SHCreateItemFromParsingName(path string) (*IShellItem2, error)
func (*IShellItem2) GetProperty ¶
func (item *IShellItem2) GetProperty(key *propsys.PROPERTYKEY, v *ole.VARIANT) error
func (*IShellItem2) Release ¶
func (item *IShellItem2) Release()
type IShellItem2Vtbl ¶
type IShellItem2Vtbl struct { // IUnknown QueryInterface uintptr AddRef uintptr Release uintptr // IShellItem BindToHandler uintptr GetParent uintptr GetDisplayName uintptr GetAttributes uintptr Compare uintptr // IShellItem2 GetPropertyStore uintptr GetPropertyStoreWithCreateObject uintptr GetPropertyStoreForKeys uintptr GetPropertyDescriptionList uintptr Update uintptr GetProperty uintptr GetCLSID uintptr GetFileTime uintptr GetInt32 uintptr GetString uintptr GetUInt32 uintptr GetUInt64 uintptr GetBool uintptr }
Click to show internal directories.
Click to hide internal directories.