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.
Gets the attributes for this debug event.
HRESULT GetAttribute(
DWORD* pdwAttrib
);
int GetAttribute(
out uint pdwAttrib
);
Parameters
- pdwAttrib
[out] A combination of flags from the EVENTATTRIBUTES enumeration.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The IDebugEvent2 interface is common to all events. This method describes the type of event; for example, is the event synchronous or asynchronous and is it a stopping event.