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 GetRegister method retrieves the register the local data is stored within, or the register it is relative to. The returned value is architecture-specific.
Syntax
HRESULT GetRegister(
ULONG *registerId
);
Parameters
registerId
An output pointer to a ULONG type that receives the architecture-specific register ID where the local is stored.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |