ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.IsUSBDevicePath

Checks if the passed element name is syntactically a USB Device path, e.g. "\?usb#vid_0fce&pid_51e8&mi_00#7&2ca0bdf&1&0000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}"

Syntax
Pascal
class function IsUSBDevicePath(const pName: string): Boolean;
Parameters 
Description 
const pName: string 
Name of the element to check. Not a complete path. 

Boolean: true, if the passed name has the syntactic form of an USB Device path.

It is not checked if the element is available.