Nota
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Gets the offset from the base register for a variable.
Syntax
HRESULT GetOffset(
[out] LONG *pOffset
);
Parameters
pOffset
[out] The offset from the base register.
Return Value
The method returns the following values:
| Value | Description |
|---|---|
S_OK |
The variable is in a register-relative memory location. |
E_FAIL |
The variable is not in a register-relative memory location. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6.2
See also
Saradnja sa nama na GitHub
Izvor za ovaj sadržaj može se naći na GitHub-u, gde takođe možete kreirati i pregledati probleme i zahteve za povlačenje. Za više informacija, pogledajte naš vodič za saradnike.