??? "__declspec" is a special keyword in Microsoft C , which can be expanded to standard C with some attributes. These properties include: Align, Allocate, Deprecated, DllexPort, Dllimport, Naked, NOINLINE, NORTURN, NOTHROW, NOVTABLE, SELECTANY, Thread, Property, and UUID. Next, I will introduce __DECLSPEC to expand what to expand in the __declspec. stay tuned. ??? Article directory: ??? ?? Chapter 1 "__DECLSPEC" in the VC (1) - Define Interface? Chapter II "__DECLSPEC" in the VC "(2) - Increase attribute for class • "__Declspec" in the third chapter "" __DECLSPEC "can be made (3) - import export function or class? Chapter 4" __DECLSPEC "in VC" Can I do (4) - byte alignment? Chapter 5 VC "__Declspec" can be made (5) - other attribute introduction
related articles:
What is the __Declspec in the VC - preface
Chapter 1 of the "__Declspec" in the VC (1) - Definition Interface
Chapter II "__DECLSPEC" can be made (2) - increasing attributes for class
?