Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'identifier' : __based not available for pointers to functions
Pointers to functions cannot be declared __based
. If you need code-based data, use the __declspec
keyword or the data_seg
pragma.