This topic has not yet been rated - Rate this topic

IDebugProcess2::GetProcessId 

Gets the GUID for this process.


int GetProcessId(
      out Guid pguidProcessId
);

Parameters

pguidProcessId

[out] Returns the GUID for this process.

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

The Globally Unique IDentifier (GUID) identifies this process from all other processes running in the system.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.