#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 10 of file zippidl.hpp.
◆ _ILCreate()
Definition at line 11 of file zippidl.cpp.
12{
16
18 if (!pidl)
20
22
26
28 {
33 }
34
36 *(
WORD*)((
char*)pidl + cbData) = 0;
37
39}
#define MINIZIP_PASSWORD_FLAG
LPVOID WINAPI SHAlloc(SIZE_T len)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
ITEMIDLIST UNALIGNED * LPITEMIDLIST
◆ _ZipFromIL()