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 EnumerateStorage method enumerates the storage for the local variable, including what registers or memory locations it may be in within the function.
Syntax
HRESULT EnumerateStorage(
IDebugHostFunctionLocalStorageEnumerator **storageEnum
);
Parameters
storageEnum
A pointer to a pointer variable that receives the IDebugHostFunctionLocalStorageEnumerator interface of the enumerated local storage locations.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |