ReactOS 0.4.15-dev-7834-g00c4b3d
IShellLinkDataList Interface Reference
Inheritance diagram for IShellLinkDataList:
Collaboration diagram for IShellLinkDataList:

Public Member Functions

HRESULT AddDataBlock ([in] void *pDataBlock)
 
HRESULT CopyDataBlock ([in] DWORD dwSig, [out] void **ppDataBlock)
 
HRESULT RemoveDataBlock ([in] DWORD dwSig)
 
HRESULT GetFlags ([out] DWORD *pdwFlags)
 
HRESULT SetFlags ([in] DWORD dwFlags)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1816 of file shobjidl.idl.

Member Function Documentation

◆ AddDataBlock()

HRESULT IShellLinkDataList::AddDataBlock ( [in] void pDataBlock)

Implemented in CShellLink.

◆ CopyDataBlock()

HRESULT IShellLinkDataList::CopyDataBlock ( [in] DWORD  dwSig,
[out] void **  ppDataBlock 
)

Implemented in CShellLink.

◆ GetFlags()

HRESULT IShellLinkDataList::GetFlags ( [out] DWORD pdwFlags)

Implemented in CShellLink.

◆ RemoveDataBlock()

HRESULT IShellLinkDataList::RemoveDataBlock ( [in] DWORD  dwSig)

Implemented in CShellLink.

◆ SetFlags()

HRESULT IShellLinkDataList::SetFlags ( [in] DWORD  dwFlags)

Implemented in CShellLink.


The documentation for this interface was generated from the following file: