Edit

Share via


IDebugProgramEx2::GetProgramNode

Gets the program node associated with a program.

Syntax

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