ImportTypes Method
Initiates the importing of types from each scope imported via ImportFile Method.
Syntax
HRESULT ImportTypes(
mdAssembly AssemblyID,
mdToken FileToken,
DWORD dwScope,
HALINKENUM* phEnum,
IMetaDataImport** ppImportScope,
DWORD* pdwCountOfTypes
) PURE;
Parameters
AssemblyID
ID of the assembly to import to.
FileToken
ID of the file to import from.
dwScope
Zero-based scope to import.
phEnum
Receives enumerator handle for the types in this scope.
ppImportScope
Optionally receives IMetaDataImport Interface interface.
pdwCountOfTypes
Optionally receives count of types in the indicated scope.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.