Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an ICeeFileGen object.
HRESULT CreateICeeFileGen (
[out] ICeeFileGen **ceeFileGen
);
Parameters
- ceeFileGen
[out] A pointer to the address of a new ICeeFileGen object.
Return Value
This method returns standard COM error codes.
Remarks
The ICeeFileGen object is used to create common language runtime (CLR) portable executable (PE) files.
Call the DestroyICeeFileGen function to destroy the ICeeFileGen object when finished.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: ICeeFileGen.h
Library: MSCorPE.dll
.NET Framework Version: 2.0, 1.1, 1.0