Skip to content

Latest commit

 

History

History
180 lines (91 loc) · 3.26 KB

PyIShellView.md

File metadata and controls

180 lines (91 loc) · 3.26 KB

PyIShellView

PyIShellView Object

Description of the interface

Methods

PyIShellView.CreateViewWindow

int = CreateViewWindow(psvPrevious, pfs

, psb

, prcView

) Description of CreateViewWindow.

Parameters

  • psvPrevious : PyIShellView

    Description for psvPrevious

  • pfs : (int, int)

    Description for pfs

  • psb : PyIShellBrowser

    Description for psb

  • prcView : (int, int, int, int)

    Description for prcView

Return Value

The result is an integer handle to the new window.

PyIShellView.DestroyViewWindow

DestroyViewWindow() Description of DestroyViewWindow.

PyIShellView.EnableModeless

EnableModeless(fEnable) Description of EnableModeless.

Parameters

  • fEnable : int

    Description for fEnable

PyIShellView.GetCurrentInfo

PyFOLDERSETTINGS

= GetCurrentInfo() Description of GetCurrentInfo.

PyIShellView.GetItemObject

PyIUnknown = GetItemObject(uItem, riid

) Description of GetItemObject.

Parameters

  • uItem : int

    Description for uItem

  • riid : PyIID

    Description for riid

PyIShellView.Refresh

Refresh() Description of Refresh.

PyIShellView.SaveViewState

SaveViewState() Description of SaveViewState.

PyIShellView.SelectItem

SelectItem(pidlItem, uFlags) Description of SelectItem.

Parameters

  • pidlItem : PyIDL

    Description for pidlItem

  • uFlags : int

    Description for uFlags

PyIShellView.TranslateAccelerator

int = TranslateAccelerator(pmsg) Description of TranslateAccelerator.

Parameters

  • pmsg : tuple

    Description for pmsg

Return Value

The result is the HRESULT from the underlying TranslateAccelerator call

PyIShellView.UIActivate

UIActivate(uState) Description of UIActivate.

Parameters

  • uState : int

    Description for uState