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.
Microsoft Specific
**__declspec(allocate(“segname”))**declarator
This declaration specifier specifies a data segment in which the data item will be allocated. The name segname must be declared using #pragma data_seg, #pragma code_seg, #pragma init_seg, or #pragma const_seg.
See Also __declspec
END Microsoft Specific