ReactOS 0.4.15-dev-8636-g945e856
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "shlobj.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | CLIST_ID_CONTAINER (~0U) |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
static LPDATABLOCK_HEADER | NextItem (LPDBLIST lpList) |
BOOL WINAPI | SHAddDataBlock (LPDBLIST *lppList, const DATABLOCK_HEADER *lpNewItem) |
HRESULT WINAPI | SHWriteDataBlockList (IStream *lpStream, LPDBLIST lpList) |
HRESULT WINAPI | SHReadDataBlockList (IStream *lpStream, LPDBLIST *lppList) |
VOID WINAPI | SHFreeDataBlockList (LPDBLIST lpList) |
BOOL WINAPI | SHRemoveDataBlock (LPDBLIST *lppList, DWORD dwSignature) |
DATABLOCK_HEADER *WINAPI | SHFindDataBlock (LPDBLIST lpList, DWORD dwSignature) |
|
inlinestatic |
Definition at line 42 of file clist.c.
Referenced by ClearCheckItems(), FreePrincipalsList(), InternalGetNextAttributeListItem(), SHAddDataBlock(), SHFindDataBlock(), SHRemoveDataBlock(), and SHWriteDataBlockList().
BOOL WINAPI SHAddDataBlock | ( | LPDBLIST * | lppList, |
const DATABLOCK_HEADER * | lpNewItem | ||
) |
Definition at line 68 of file clist.c.
Referenced by CShellLink::AddDataBlock(), and SHReadDataBlockList().
DATABLOCK_HEADER *WINAPI SHFindDataBlock | ( | LPDBLIST | lpList, |
DWORD | dwSignature | ||
) |
Definition at line 424 of file clist.c.
Referenced by CShellLink::CopyDataBlock(), CShellLink::GetAdvertiseInfo(), CShellLink::GetIconLocation(), CShellLink::GetPath(), CShellLink::SetIconLocation(), CShellLink::SetPath(), and CShellLink::WriteAdvertiseInfo().
Definition at line 331 of file clist.c.
Referenced by CShellLink::Reset(), and CShellLink::~CShellLink().
Definition at line 235 of file clist.c.
Referenced by CShellLink::Load().
Definition at line 355 of file clist.c.
Referenced by CShellLink::RemoveDataBlock().
Definition at line 179 of file clist.c.
Referenced by CShellLink::Save().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |