shlwapi: Resupply array sizes stripped by function interface

Dan Kegel dank at kegel.com
Mon Sep 25 11:41:59 CDT 2006


Andrew Talbot wrote:
>A formal parameter declared as an array is treated as a pointer; any size
>specifier is ignored. So here, sizeof decimal_buffer, for example, would
>equate to the size of a pointer to WCHAR, not to that of an array of eight
>WCHARs.

Why are you doing this?
- Dan



More information about the wine-devel mailing list