MSI: Extract file directly to their target location

Thomas Weidenmueller wine-patches at reactsoft.com
Sat Oct 29 04:26:33 CDT 2005


Mike McCormack wrote:
> +        /*
> +         * FIXME: 0 is a valid return from CreateFile
> +         *        but an invalid handle for the cabinet API
> +         */

NULL cannot be a valid file handle. The very first handle in the handle
table has the value 0x4. Apart from that, the PSDK doesn't mention it
can ever return NULL.

- Thomas



More information about the wine-devel mailing list