Hex Editor
Hex Editor - Binary File Editing Software for Windows

IFileDocument.OpenVolume Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  OpenVolume ( [in]   String  VolumeName, [in]   String  FriendlyName, [in]   bool  ReadOnly) ;
Native (C++):
HRESULT  OpenVolume ( [in]   BSTR  VolumeName, [in]   BSTR  FriendlyName, [in]   VARIANT_BOOL  ReadOnly) ;
Parameters
VolumeNameThe name of the volume to open. May be a string of form "\\.\c:" to open a drive letter, or a full volume mount point.FriendlyNameThe friendly name. Used only in the editor. You may pass an empty string in this parameter.ReadOnlySpecify True to open a volume as read-only, or False otherwise.
Return Value
S_OK or standard OLE error code.
Remarks
Open a volume (logical disk).
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.