IShellPreviewHandlerLoad Method |
Loads the file given through the parameters
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax bool Load(
ICommonPreviewHandlerHost p_Parent,
string p_Path,
ItemIdList p_AbsolutePidl
)
Function Load (
p_Parent As ICommonPreviewHandlerHost,
p_Path As String,
p_AbsolutePidl As ItemIdList
) As Boolean
bool Load(
ICommonPreviewHandlerHost^ p_Parent,
String^ p_Path,
ItemIdList^ p_AbsolutePidl
)
abstract Load :
p_Parent : ICommonPreviewHandlerHost *
p_Path : string *
p_AbsolutePidl : ItemIdList -> bool
Parameters
- p_Parent
- Type: Jam.ShellICommonPreviewHandlerHost
The host control of the PreviewHandlers. - p_Path
- Type: SystemString
The file path to be displayed - p_AbsolutePidl
- Type: Jam.ShellItemIdList
The absolute ItemIdList of the file to be displayed.
Return Value
Type:
Booleantrue if loading succeeded
See Also