This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 3) C4023
'symbol' : based pointer passed to unprototyped function : parameter number
Passing a based pointer to an unprototyped function causes the pointer to be normalized, with unpredictable results.
Solution
- Prototype functions that are passed based pointers.