Package org.sleuthkit.autopsy.coreutils.LnkEnums

Examples of org.sleuthkit.autopsy.coreutils.LnkEnums.NetworkProviderType


            String commonPathSuffixUnicode = null;
            int driveSerialNumber = -1;
            DriveType driveType = null;
            String volumeLabel = null;
            int commonNetworkRelativeLinkFlags = -1;
            NetworkProviderType networkProviderType = null;
            boolean unicodeNetAndDeviceName = false;
            String netName = null;
            String netNameUnicode = null;
            String deviceName = null;
            String deviceNameUnicode = null;
View Full Code Here

TOP

Related Classes of org.sleuthkit.autopsy.coreutils.LnkEnums.NetworkProviderType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.