
Guid property
Returns GUID of the interface.
Type
String.Syntax
- C++
char Guid[1024];
Remarks
Guid holds unique GUID Windows assigned for the adapter. You can use this value to access the adapter directly, or to locate it in the registry to review his properties etc.Changing this value does not change GUID for the adapter, it only affects how devP2P sees it. Unless you know what you're doing you should not change this value.
Platforms
WindowsMac OSX
Linux
BSD