|
|
|
IShellView Interface |
|
IID_IShellView |
{000214E3-0000-0000-C000-000000000046} |
|
The IShellView interface is implemented to present a view in the Microsoft Windows Explorer or folder windows.
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. |
|
GetWindow |
|
FUNCTION IShellView_GetWindow ( _ BYVAL pthis AS DWORD PTR _ , BYREF phwnd AS DWORD _
) AS LONG
|
|
ContextSensitiveHelp |
|
FUNCTION IShellView_ContextSensitiveHelp ( _ BYVAL pthis AS DWORD PTR _ , BYVAL fEnterMode AS LONG _
) AS
LONG
|
|
TranslateAccelerator |
|
FUNCTION
IShellView_TranslateAccelerator ( _
|
|
EnableModeless |
|
FUNCTION
IShellView_EnableModeless ( _
|
|
UIActivate |
|
FUNCTION
IShellView_UIActivate ( _
|
|
Refresh |
|
FUNCTION
IShellView_Refresh ( _
|
|
CreateViewWindow |
|
FUNCTION
IShellView_CreateViewWindow ( _
|
|
DestroyViewWindow |
|
FUNCTION
IShellWiew_DestroyViewWindow ( _
|
|
GetCurrentInfo |
|
FUNCTION
IShellView_GetCurrentInfo ( _
|
|
AddPropertySheetPages |
|
FUNCTION
IShellView_AddPropertySheetPages ( _
|
|
SaveViewState |
|
FUNCTION
IShellView_SaveViewState ( _
|
|
SelectItem |
|
FUNCTION
IShellView_SelectItem ( _
|
|
GetItemObject |
|
FUNCTION
IShellView_GetItemObject ( _
|
Page last updated on Monday, 03 April 2006 20:43:51 +0200