Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.76 KB

nf-dbgeng-idebugeventcallbackswide-getinterestmask.md

File metadata and controls

64 lines (51 loc) · 2.76 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugEventCallbacksWide.GetInterestMask
IDebugEventCallbacksWide::GetInterestMask (dbgeng.h)
The GetInterestMask callback method is called to determine which events the IDebugEventCallbacksWide object is interested in. The engine calls GetInterestMask when the object is registered with a client by using SetEventCallbacks.
debugger\idebugeventcallbackswide_getinterestmask.htm
debugger
05/03/2018
IDebugEventCallbacksWide::GetInterestMask
GetInterestMask, GetInterestMask method [Windows Debugging], GetInterestMask method [Windows Debugging],IDebugEventCallbacksWide interface, IDebugEventCallbacksWide interface [Windows Debugging],GetInterestMask method, IDebugEventCallbacksWide.GetInterestMask, IDebugEventCallbacksWide::GetInterestMask, dbgeng/IDebugEventCallbacksWide::GetInterestMask, debugger.idebugeventcallbackswide_getinterestmask
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugEventCallbacksWide::GetInterestMask
dbgeng/IDebugEventCallbacksWide::GetInterestMask
APIRef
kbSyntax
COM
dbgeng.h
IDebugEventCallbacksWide::GetInterestMask

IDebugEventCallbacksWide::GetInterestMask

-description

The GetInterestMask callback method is called to determine which events the IDebugEventCallbacksWide object is interested in. The engine calls GetInterestMask when the object is registered with a client by using SetEventCallbacks.

-parameters

-param Mask [out]

Receives a bitmask that indicates which events the object is interested in. The engine will call only those methods that correspond to the bit flags set by GetInterestMask. For a description of the bit flags and their corresponding methods, see DEBUG_EVENT_XXX.

-returns

The return value S_OK indicates the method was successful. All other return values indicate an error occurred, in which case the SetEventCallbacks call will fail and the callback object will not be used nor will it receive events.

-remarks

For more information about handling events, see Monitoring Events.