IOsAxsGeneric::GetCurrentlyViewedProcess (Windows Embedded CE 6.0)
1/5/2010
This method returns an interface to the process that the OS Access service is using to map zero-clot addresses.
Syntax
HRESULT GetCurrentlyViewedProcess(
IOsAxsProcess** ppiOsAxsProcess
);
Parameters
- ppiOsAxsProcess
[out] Pointer to the IOsAxsProcess interface for the process.
Return Value
This method returns S_OK on success.
Remarks
This method defaults to the current process on the debugging target, and will be reset to the current process on every halt.
Requirements
Header | OsAccess.h |
Library | OSAXSC.lib |
Windows Embedded CE | Windows CE 5.0 and later |