Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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