Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.