Share via


IDiaLVarInstance::get_program

This method retrieves the program containing the live local variable and can therefore be used to evaluate the local variable's symbol.

HRESULT get_program(
   BSTR *pRetVal
);

Parameters

  • pRetVal
    [out] Returns the program containing the live local variable's symbol.

Return Value

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

See Also

Reference

IDiaLVarInstance