DestroyICeeFileGen Function
Destroys an ICeeFileGen object.
This function has been deprecated in the .NET Framework 4.
Syntax
HRESULT DestroyICeeFileGen (
[in] ICeeFileGen **ceeFileGen
);
Parameters
ceeFileGen
[in] The ICeeFileGen
object to destroy.
Return Value
This method returns standard COM error codes.
Remarks
DestroyICeeFileGen
destroys the ICeeFileGen
object created by the CreateICeeFileGen function.
Requirements
Platforms: See System Requirements.
Header: ICeeFileGen.h
Library: MSCorPE.dll
.NET Framework Versions: Available since 1.0
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.