|
|
|
ITargetFrame2 Interface |
|
IID_ITargetFrame2 |
{86D52E11-94A8-11d0-82AF-00C04FD5AE38} |
|
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. |
|
ITargetFrame2 Methods |
Description |
|
SetFrameName |
Sets the name of the frame. |
|
GetFrameName |
Retrieves the name of the frame. |
|
GetParentFrame |
Retrieves the parent of the frame. |
|
SetFrameSrc |
Sets the URL to load into the frame. |
|
GetFrameSrc |
Retrieves the URL to load into the frame. |
|
GetFramesContainer |
Retrieves a container object for the frames. |
|
SerFrameOptions |
Sets the options for the frame. |
|
GetFrameOptions |
Retrieves the options that are set for the frame. |
|
SetFrameMargins |
Sets the margins of the frame. |
|
GetFrameMargins |
Retrieves the margins of the frame. |
|
FindFrame |
Searches for a particular frame. |
|
GetTargetAlias |
Retrieves the alias of the target frame. |
|
SetFrameName |
|
FUNCTION
ITargetFrame2_SetFrameName ( _
strFrameName = UCODE$(strFrameName) &
$NUL |
|
GetFrameName |
|
FUNCTION Proto_ITargetFrame2_GetFrameName ( _
FUNCTION
ITargetFrame2_GetFrameName ( _
LOCAL ppszFrameName
AS DWORD
|
|
GetParentFrame |
|
FUNCTION
ITargetFrame2_GetParentFrame ( _ |
|
SetFrameSrc |
|
FUNCTION
ITargetFrame2_SetFrameSrc ( _ |
|
GetFrameSrc |
|
FUNCTION Proto_ITargetFrame2_GetFrameSrc ( _
FUNCTION
ITargetFrame2_GetFrameSrc ( _
LOCAL
ppszFrameSrc AS DWORD |
|
GetFramesContainer |
|
FUNCTION
ITargetFrame2_GetFramesContainer ( _ |
|
SetFrameOptions |
|
FUNCTION
ITargetFrame2_SetFrameOptions ( _ |
|
GetFrameOptions |
|
FUNCTION
ITargetFrame2_GetFrameOptions ( _ |
|
SetFrameMargins |
|
FUNCTION
ITargetFrame2_SetFrameMargins ( _ |
|
GetFrameMargins |
|
FUNCTION
ITargetFrame2_GetFrameMargins ( _ |
|
FindFrame |
|
FUNCTION
ITargetFrame_FindFrame ( _ strTargetName = UCODE$(strTargetName) & $NUL CALL
DWORD @@pthis[13] USING ITargetFrame_FindFrame (pthis, strTargetName, dwFlags, ppunkTargetFrame)
TO HRESULT |
|
GetTargetAlias |
|
FUNCTION Proto_ITargetFrame2_GetTargetAlias ( _
FUNCTION
ITargetFrame2_GetTargetAlias ( _ LOCAL bstrlen AS LONG LOCAL ppszTargetAlias AS DWORD
pszTargetName = UCODE$(pszTargetName) &
$NUL |
Page last updated on Monday, 03 April 2006 20:05:02 +0200