Share via


IOsAxsProcess::GetData (Windows Embedded CE 6.0)

1/5/2010

This method returns process data.

Syntax

HRESULT GetData(
  DWORD* pdwId,
  DWORD* pdwHnd,
  DWORD* pdwPtr,
  IOsAxsModule** ppiOsAxsPrimaryMod
);

Parameters

  • pdwId
    [out] Pointer to the debugger process identifier, which is an arbitrary 32-bit identifier that is not unique during execution.
  • pdwHnd
    [out] Pointer to the process or kernel handle.
  • pdwPtr
    [out] Pointer to the process kernel data structure address.

    If the data structure is not available, this value is NULL.

  • ppiOsAxsPrimaryMod
    [out] Pointer to the primary module, usually the .exe file associated with that process.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates the function was successful.

E_FAIL

Indicates an unspecified failure.

Requirements

Header OsAcess.h
Library OSAXSC.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IOsAxsProcess
IOsAxs Interfaces