The _Export qualifier (C++ only)

You can use the _Export keyword with a function name or external variable to declare that it is to be exported (made available to other modules). The _Export keyword must immediately precede the object name. For more information, see The _Export function specifier (C++ only).