|
|
|
IShellView2 Interface |
|
IID_IShellView2 |
{88E39E80-3578-11CF-AE69-08002B2E1262} |
|
The IShellView2 interface extends the capabilities of IShellView.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IOleWindow Methods |
Description |
|
GetWindow |
Gets a window handle. |
|
ContextSensitiveHelp |
Controls enabling of context-sensitive help. |
|
IShellView Methods |
Description |
|
TranslateAccelerator |
Translates accelerator key strokes when a namespace extension's view has the focus. |
|
EnableModeless |
Enables or disables modeless dialog boxes. This method is not currently implemented. |
|
UIActivate |
Called when the activation state of the view window is changed by an event that is not caused by the Shell view itself. For example, if the TAB key is pressed when the tree has the focus, the view should be given the focus. |
|
Refresh |
Refreshes the view's contents in response to user input. |
|
CreateViewWindow |
Creates a view window. This can be either the right pane of Windows Explorer or the client window of a folder window. |
|
DestroyViewWindow |
Destroys the view window. |
|
GetCurrentInfo |
Retrieves the current folder settings. |
|
AddPropertySheetPages |
Allows the view to add pages to the Options property sheet from the View menu. |
|
SaveViewState |
Saves the Shell's view settings so the current state can be restored during a subsequent browsing session. |
|
SelectItem |
Changes the selection state of one or more items within the Shell view window. |
|
GetItemObject |
Retrieves an interface that refers to data presented in the view. |
|
IShellView2 Methods |
Description |
|
GetView |
Used to request the current or default Shell view, together with all other valid view identifiers (VIDs) supported by this implementation of IShellView2. |
|
CreateViewWindow2 |
Used to request the creation of a new Shell view window. It can be either the right pane of Microsoft Windows Explorer or the client window of a folder window. |
|
HandleRename |
Used to change an item's identifier. |
|
SelectAndPositionItem |
Used to select and position an item in a Shell View. |
|
GetWindow |
|
FUNCTION IShellView2_GetWindow ( _ BYVAL pthis AS DWORD PTR _ , BYREF phwnd AS DWORD _
) AS LONG
|
|
ContextSensitiveHelp |
|
FUNCTION IShellView2_ContextSensitiveHelp ( _ BYVAL pthis AS DWORD PTR _ , BYVAL fEnterMode AS LONG _
) AS
LONG
|
|
TranslateAccelerator |
|
FUNCTION
IShellView2_TranslateAccelerator ( _
|
|
EnableModeless |
|
FUNCTION
IShellView2_EnableModeless ( _
|
|
UIActivate |
|
FUNCTION
IShellView2_UIActivate ( _
|
|
Refresh |
|
FUNCTION
IShellView2_Refresh ( _
|
|
CreateViewWindow |
|
FUNCTION
IShellView2_CreateViewWindow ( _
|
|
DestroyViewWindow |
|
FUNCTION
IShellWiew2_DestroyViewWindow ( _
|
|
GetCurrentInfo |
|
FUNCTION
IShellView2_GetCurrentInfo ( _
|
|
AddPropertySheetPages |
|
FUNCTION
IShellView2_AddPropertySheetPages ( _
|
|
SaveViewState |
|
FUNCTION
IShellView2_SaveViewState ( _
|
|
SelectItem |
|
FUNCTION
IShellView2_SelectItem ( _
|
|
GetItemObject |
|
FUNCTION
IShellView2_GetItemObject ( _
|
|
GetView |
|
FUNCTION
IShellView2_GetView ( _
|
|
CreateViewWindow2 |
|
FUNCTION
IShellView2_CreateViewWindow2 ( _
|
|
HandleRename |
|
FUNCTION
IShellView2_HandleRename ( _
|
|
SelectAndPositionItem |
|
FUNCTION
IShellView2_SelectAndPositionItem ( _
|
Page last updated on Monday, 03 April 2006 20:44:01 +0200