Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The LoadModule callback method is called by the engine when a module-load debugging event occurs in the target.
Refer to IDebugEventCallbacks::LoadModule for parameter description and additional information.
Syntax
HRESULT LoadModule(
ULONG64 ImageFileHandle,
ULONG64 BaseOffset,
ULONG ModuleSize,
PCWSTR ModuleName,
PCWSTR ImageName,
ULONG CheckSum,
ULONG TimeDateStamp,
[in] PVOID Context,
[in] ULONG ContextSize
);
Parameters
ImageFileHandle
BaseOffset
ModuleSize
ModuleName
ImageName
CheckSum
TimeDateStamp
[in] Context
Specifies the DEBUG_EVENT_CONTEXT structure as the “context” parameter of each event callback. The context structure contains additional information about the debug event that occurred.
[in] ContextSize
Specifies the size of the buffer Context.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgeng.h (include dbgeng.h) |