#include "precomp.h"
#include "prop.h"
Go to the source code of this file.
◆ GetFolderItem() [1/2]
| static HRESULT GetFolderItem |
( |
FolderItems * |
pItems, |
|
|
UINT |
Index, |
|
|
FolderItem ** |
ppItem |
|
) |
| |
|
inlinestatic |
◆ GetFolderItem() [2/2]
Definition at line 24 of file CFolder.cpp.
25{
32 return pPAI->GetParentAndItem(
NULL, ppsf, ppidlChild);
34}
static HRESULT GetFolderItem(FolderItems *pItems, UINT Index, FolderItem **ppItem)
#define IID_PPV_ARG(Itype, ppType)
◆ Win32CreateDirectoryW()
◆ WINE_DEFAULT_DEBUG_CHANNEL()
| WINE_DEFAULT_DEBUG_CHANNEL |
( |
shell |
| ) |
|