Edit

Share via


IDebugAddress2::GetProcessID

Retrieves the ID of the process that owns the object represented by this IDebugAddress2 interface.

Syntax

int GetProcessID (
   out uint pProcID
);

Parameters

pProcID
[out] The process ID.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also