Share via


IDebugProgramEx2::GetProgramNode

Gets the program node associated with a program.

HRESULT GetProgramNode( 
   IDebugProgramNode2** ppProgramNode
);
int GetProgramNode( 
   out IDebugProgramNode2 ppProgramNode
);

Parameters

  • ppProgramNode
    [out] Returns an IDebugProgramNode2 object that represents the program node associated with this program.

Return Value

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

See Also

Reference

IDebugProgramEx2

IDebugProgramNode2