|
|
|
ITargetFrame Interface |
|
IID_ITargetFrame |
{D5F78C80-5252-11CF-90FA-00AA0042106E} |
|
This interface
provides methods for retrieving and setting frame data. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ITargetFrame Methods |
Description |
|
SetFrameName |
Sets the name of the frame. |
|
GetFrameName |
Retrieves the name of the frame. |
|
GetParentFrame |
Retrieves the parent of the frame. |
|
FindFrame |
Searches for a particular frame. |
|
SetFrameSrc |
Sets the URL to load into the frame. |
|
GetFrameSrc |
Retrieves the URL to load into the frame. |
|
GetFramesContainer |
Not currently implemented. |
|
SerFrameOptions |
Not currently implemented. |
|
GetFrameOptions |
Not currently implemented. |
|
SetFrameMargins |
Not currently implemented. |
|
GetFrameMargins |
Not currently implemented. |
|
RemoteNavigate |
Not currently implemented. |
|
OnChildFrameActivate |
Not currently implemented. |
|
OnChildFrameDeactivate |
Not currently implemented. |
|
NAVIGATEFRAME_FLAGS |
|
%NAVIGATEFRAME_FL_RECORD = &H1 |
|
NAVIGATEDATA |
|
TYPE NAVIGATEDATA |
|
SetFrameName |
|
FUNCTION
ITargetFrame_SetFrameName ( _
strFrameName =
UCODE$(strFrameName)
& $NUL |
|
GetFrameName |
|
FUNCTION Proto_ITargetFrame_GetFrameName ( _
FUNCTION
ITargetFrame_GetFrameName ( _
LOCAL ppszFrameName
AS DWORD
|
|
GetParentFrame |
|
FUNCTION
ITargetFrame_GetParentFrame ( _ |
|
FindFrame |
|
FUNCTION
ITargetFrame_FindFrame ( _ strTargetName = UCODE$(strTargetName) & $NUL CALL
DWORD @@pthis[6] USING ITargetFrame_FindFrame (pthis, strTargetName, ppunkContextFrame, dwFlags,
ppunkTargetFrame) TO HRESULT |
|
SetFrameSrc |
|
FUNCTION
ITargetFrame_SetFrameSrc ( _
strFrameSrc = UCODE$(strFrameSrc) &
$NUL |
|
GetFrameSrc |
|
FUNCTION Proto_ITargetFrame_GetFrameSrc ( _
FUNCTION
ITargetFrame_GetFrameSrc ( _
LOCAL
ppszFrameSrc AS DWORD |
|
GetFramesContainer |
|
FUNCTION
ITargetFrame_GetFramesContainer ( _ |
|
SetFrameOptions |
|
FUNCTION
ITargetFrame_SetFrameOptions ( _ |
|
GetFrameOptions |
|
FUNCTION
ITargetFrame_GetFrameOptions ( _ |
|
SetFrameMargins |
|
FUNCTION
ITargetFrame_SetFrameMargins ( _ |
|
GetFrameMargins |
|
FUNCTION
ITargetFrame_GetFrameMargins ( _ |
|
RemoteNavigate |
|
FUNCTION
ITargetFrame_RemoteNavigate ( _ |
|
OnChildFrameActivate |
|
FUNCTION
ITargetFrame_OnChildFrameActivate ( _ |
|
OnChildFrameDeactivate |
|
FUNCTION
ITargetFrame_OnChildFrameDeactivate ( _ |
Page last updated on Monday, 03 April 2006 20:04:55 +0200