SFVM_GETPANE message
[SFVM_GETPANE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Allows the callback object to provide the status bar pane in which to display the Internet zone information. Used by IShellFolderViewCB::MessageSFVCB.
SFVM_GETPANE
wParam = (WPARAM)(int) paneID;
lParam = (LPARAM)(DWORD*) pane;
Parameters
-
paneID [in]
-
ID of the requested pane. This is normally PANE_ZONE, but can be any one of the following values.
-
PANE_NONE
-
No pane.
-
PANE_ZONE
-
The Internet zone pane.
-
PANE_OFFLINE
-
The offline pane.
-
PANE_PRINTER
-
The print indication pane.
-
PANE_SSL
-
The SSL pane.
-
PANE_NAVIGATION
-
The navigation pane.
-
PANE_PROGRESS
-
The progress bar pane.
-
PANE_PRIVACY
-
The privacy indicator pane.
pane [out]
Pointer to a DWORD containing the pane number.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
End of client support |
Windows XP with SP2 |
End of server support |
Windows Server 2003 |
Header |
|