ExportType Method
Specifies that a type is exportable.
Syntax
HRESULT ExportType(
mdAssembly AssemblyID,
mdToken FileToken,
mdTypeDef TypeToken,
LPCWSTR pszTypename,
DWORD dwFlags,
mdExportedType* pType
) PURE;
Parameters
AssemblyID
ID of the assembly to export from.
FileToken
File token or assembly ID of file that defines the exportable type.
TypeToken
Token of type to be made exportable.
pszTypename
Fully qualified type name to be made exportable.
dwFlags
ComType
flags such as tdPublic
or tdNested
. This parameter may be passed to DefineExportedType Method.
pType
Receives token for exported type.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.