SymbolLoadStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SymbolLoadStatus
type SymbolLoadStatus =
Public Enum SymbolLoadStatus
- Inheritance
-
SymbolLoadStatus
Fields
Name | Value | Description |
---|---|---|
NotLoaded | 0 | |
Loaded | 1 | |
NotFound | 2 | |
SymbolImageNotFound | 3 | |
Failed | 4 |