ShellLink class com

Inheritance

Constructors

ShellLink.createInstance()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count for an interface pointer to a COM object.
inherited
detach() → void
Detaches the object from the Finalizer.
inherited
getArguments(Pointer<Utf16> pszArgs, int cch) int
inherited
getDescription(Pointer<Utf16> pszName, int cch) int
inherited
getHotkey(Pointer<Uint16> pwHotkey) int
inherited
getIconLocation(Pointer<Utf16> pszIconPath, int cch, Pointer<Int32> piIcon) int
inherited
getIDList(Pointer<Pointer<ITEMIDLIST>> ppidl) int
inherited
getPath(Pointer<Utf16> pszFile, int cch, Pointer<WIN32_FIND_DATA> pfd, int fFlags) int
inherited
getShowCmd(Pointer<Uint32> piShowCmd) int
inherited
getWorkingDirectory(Pointer<Utf16> pszDir, int cch) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID).
inherited
release() int
Decrements the reference count for an interface on a COM object.
inherited
resolve(int hwnd, int fFlags) int
inherited
setArguments(Pointer<Utf16> pszArgs) int
inherited
setDescription(Pointer<Utf16> pszName) int
inherited
setHotkey(int wHotkey) int
inherited
setIconLocation(Pointer<Utf16> pszIconPath, int iIcon) int
inherited
setIDList(Pointer<ITEMIDLIST> pidl) int
inherited
setPath(Pointer<Utf16> pszFile) int
inherited
setRelativePath(Pointer<Utf16> pszPathRel, int dwReserved) int
inherited
setShowCmd(int iShowCmd) int
inherited
setWorkingDirectory(Pointer<Utf16> pszDir) int
inherited
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited