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.
The __declspec( allocate ) extended storage-class modifier specifies a data segment where the data item will be allocated.
__declspec(allocate(segname)) declarator
The name segname must be declared using one of the following pragmas:
- code_seg const_seg
- data_seg init_seg section
Send Feedback on this topic to the authors