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.
Notifies the profiler that a module has finished loading.
Syntax
HRESULT ModuleLoadFinished(
[in] ModuleID moduleId,
[in] HRESULT hrStatus);
Parameters
moduleId
[in] The ID of the module that has finished loading.
hrStatus
[in] An HRESULT that indicates whether the module was loaded successfully.
Remarks
The value of moduleId
is not valid for an information request until the ModuleLoadFinished
method is called.
Some parts of loading the module might continue after the ModuleLoadFinished
callback. A failure HRESULT in hrStatus
indicates a failure. However, a success HRESULT in hrStatus
indicates only that the first part of loading the module has succeeded.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0