Description of the interface
-
Description of TranslateAccelerator
-
Description of EnableModeless
-
Description of UIActivate
-
Description of Refresh
-
Description of CreateViewWindow
-
Description of DestroyViewWindow
-
Description of GetCurrentInfo
-
Description of SaveViewState
-
Description of SelectItem
-
Description of GetItemObject
PyIShellView.CreateViewWindow
int = CreateViewWindow(psvPrevious, pfs
, psb
, prcView
) Description of CreateViewWindow.
-
psvPrevious : PyIShellView
Description for psvPrevious
-
pfs : (int, int)
Description for pfs
-
psb : PyIShellBrowser
Description for psb
-
prcView : (int, int, int, int)
Description for prcView
The result is an integer handle to the new window.
PyIShellView.DestroyViewWindow
DestroyViewWindow() Description of DestroyViewWindow.
PyIShellView.EnableModeless
EnableModeless(fEnable) Description of EnableModeless.
-
fEnable : int
Description for fEnable
PyIShellView.GetCurrentInfo
PyFOLDERSETTINGS
= GetCurrentInfo() Description of GetCurrentInfo.
PyIShellView.GetItemObject
PyIUnknown = GetItemObject(uItem, riid
) Description of GetItemObject.
-
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.
-
pidlItem : PyIDL
Description for pidlItem
-
uFlags : int
Description for uFlags
PyIShellView.TranslateAccelerator
int = TranslateAccelerator(pmsg) Description of TranslateAccelerator.
-
pmsg : tuple
Description for pmsg
The result is the HRESULT from the underlying TranslateAccelerator call
PyIShellView.UIActivate
UIActivate(uState) Description of UIActivate.
-
uState : int
Description for uState