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.
The StorageKind enum defines where a local is stored.
Syntax
typedef enum StorageKind {
StorageUnknown,
StorageRegister,
StorageRegisterRelative,
StorageRegisterRelativeIndirect
} ;
Constants
StorageUnknownThe storage location of the local is unknown. |
StorageRegisterThe local is stored in a register. |
StorageRegisterRelativeThe local is stored at an address relative to a register. |
StorageRegisterRelativeIndirectThe local is stored indirectly through a register-relative address. |
Remarks
This enums help to clarify the storage location of the local, providing information about how and where it is stored within the system.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |