Extract (CABINET.3)
HRESULT Extract ( EXTRACTdest* dest, LPCSTR what )
Apparently an undocumented function, presumably to extract a CAB file to somewhere...
dest pointer to a buffer of 0x32c bytes containing | ||
[In] | - number with value 1 at index 0x18. | |
- the dest path starting at index 0x1c | ||
[Out] | - a linked list with the filename existing inside the. | |
CAB file at idx 0x10 | ||
- the number of files inside the CAB file at index 0x14 | ||
- the name of the last file with dest path at idx 0x120 | ||
what | [In] | char* describing what to uncompress, I guess. |
Success: S_OK
Failure: E_OUTOFMEMORY (?)
Defined in "commctrl.h".
Implemented in "dlls/cabinet/cabinet_main.c". source.winehq.org/source/dlls/cabinet/cabinet_main.c
Debug channel "cabinet".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.