ReactOS 0.4.17-dev-523-gf6fcb59
CSimpleShellItemArray.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSimpleShellItemArray
 

Functions

HRESULT CreateShellItemArrayFromItems (_In_reads_(cidl) IShellItem **items, _In_ UINT cidl, _In_ REFIID riid, _Out_ void **ppv)
 

Function Documentation

◆ CreateShellItemArrayFromItems()

HRESULT CreateShellItemArrayFromItems ( _In_reads_(cidl) IShellItem **  items,
_In_ UINT  cidl,
_In_ REFIID  riid,
_Out_ void **  ppv 
)

Definition at line 218 of file CShellItemArray.cpp.

219{
220 return ShellObjectCreatorInit<CSimpleShellItemArray>(items, cidl, riid, ppv);
221}
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39
static TCHAR * items[]
Definition: page1.c:45

Referenced by SHCreateShellItemArray(), SHCreateShellItemArrayFromIDLists(), and SHCreateShellItemArrayFromShellItem().