IDiaFrameData::get_functionParent

Retrieves a frame data interface for the enclosing function.

Syntax

HRESULT get_functionParent ( 
   IDiaFrameData** pRetVal
);

Parameters

pRetVal

[out] Returns an IDiaFrameData object for the enclosing function.

Return Value

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

See also