Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The GetName method retrieves the name of the local variable.
Syntax
HRESULT GetName(
BSTR *name
);
Parameters
name
A pointer to a BSTR variable. This parameter receives the name of the local variable.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |