#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
◆ ZipPidlType
Enumerator |
---|
ZIP_PIDL_DIRECTORY | |
ZIP_PIDL_FILE | |
Definition at line 9 of file zippidl.hpp.
◆ _ILCreate()
Definition at line 10 of file zippidl.cpp.
11{
14 if (!pidl)
16
18
22
24 {
29 }
30
32 *(
WORD*)((
char*)pidl + cbData) = 0;
33
35}
ACPI_SIZE strlen(const char *String)
char * strcpy(char *DstString, const char *SrcString)
#define MINIZIP_PASSWORD_FLAG
LPVOID WINAPI SHAlloc(SIZE_T len)
ITEMIDLIST UNALIGNED * LPITEMIDLIST
◆ _ZipFromIL()