다음을 통해 공유


IDebugProperty2::GetMemoryContext

속성 값의 메모리 컨텍스트를 가져옵니다.

HRESULT GetMemoryContext ( 
   IDebugMemoryContext2** ppMemory
);
int GetMemoryContext(
   out IDebugMemoryContext2 ppMemory
);

매개 변수

  • ppMemory
    [out] 반환은 IDebugMemoryContext2 이 속성에 연결 된 메모리를 나타내는 개체입니다.

반환 값

성공 하면 반환 S_OK. 그렇지 않으면 오류 코드를 반환합니다. 반환 S_GETMEMORYCONTEXT_NO_MEMORY_CONTEXT 메모리 컨텍스트가 검색할 수 없는 경우.

참고 항목

참조

IDebugProperty2

IDebugMemoryContext2