FindFrame method
Searches for a particular frame.
Syntax
HRESULT retVal = object.FindFrame(pszTargetName, ppunkContextFrame, dwFlags, ppunkTargetFrame);
Parameters
pszTargetName [in]
Type: LPCWSTRThe address of a string that contains the name of the frame to search for.
ppunkContextFrame [in]
Type: IUnknownA pointer to an IUnknown interface that specifies the context frame.
dwFlags [in]
Type: DWORDAn unsigned long integer value that contains the flag that controls the search. The flag must be one of the values in FINDFRAME_FLAGS.
ppunkTargetFrame [out]
Type: IUnknownA pointer to an IUnknown interface that specifies the target frame.