SetPEKind Method
Determines the portable executable type, either machine-specific or machine-agnostic.
Syntax
HRESULT SetPEKind(
mdAssembly AssemblyID,
mdToken FileToken,
DWORD dwPEKind,
DWORD dwMachine
) PURE;
Parameters
AssemblyID
ID of the assembly.
FileToken
Token of file for which the PE type is to be set. Can be NULL if AssemblyID
does not indicate an unbound netmodule.
dwPEKind
The type of PE, as indicated by the CorPEKind Enumeration.
dwMachine
The target machine architecture, as indicated in the NT header.
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.