NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2329

'identifier' : __ptr64 not available for pointers to functions

On MIPS and DEC ALPHA platforms, the __ptr64 modifier can be applied only to data pointers.

Example

typedef void (__ptr64 *pf) (int);   //error