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 GetFlags method returns the flags for a breakpoint.
Syntax
HRESULT GetFlags(
[out] PULONG Flags
);
Parameters
[out] Flags
The breakpoint's flags. For more information about the flag bit field and an explanation of each flag, see Controlling Breakpoint Flags and Parameters.
Return value
| Return code | Description |
|---|---|
|
The method was successful. |
This method can also return error values. For more information, see Return Values.
Remarks
The GetParameters method also returns the breakpoint's flags.
For more information about breakpoint properties, see Controlling Breakpoint Flags and Parameters.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dbgeng.h (include Dbgeng.h) |