DbgHelpSymSetOptions Method
Sets the options mask of a symbol.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("DbgHelp.dll", SetLastError = true)]
public static int SymSetOptions(
SymOptionFlags symOptions
)
<DllImportAttribute("DbgHelp.dll", SetLastError := true>]
Public Shared Function SymSetOptions (
symOptions As SymOptionFlags
) As Integer
Dim symOptions As SymOptionFlags
Dim returnValue As Integer
returnValue = DbgHelp.SymSetOptions(symOptions)
public:
[DllImportAttribute(L"DbgHelp.dll", SetLastError = true)]
static int SymSetOptions(
SymOptionFlags symOptions
)
[<DllImportAttribute("DbgHelp.dll", SetLastError = true)>]
static member SymSetOptions :
symOptions : SymOptionFlags -> int
No code example is currently available or this language may not be supported.
- symOptions SymOptionFlags
-
The symbol options.
Zero is a valid value and indicates that all options are turned off.
Int32
The function returns the current options mask.