allocate (Windows CE 5.0)
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
See Also
Send Feedback on this topic to the authors