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 GetLocalKind method retrieves the kind of local variable that has been enumerated.
Syntax
HRESULT GetLocalKind(
LocalKind *kind
);
Parameters
kind
A pointer to a LocalKind variable. This parameter receives the kind of the local variable.
Remarks
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |