ShellItemIdFromData Method |
Creates an instance of a ShellItemId from a PIDL data.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ShellItemId FromData(
byte[] data
)
Parameters
- data
- Type: SystemByte
The PIDL data.
Return Value
Type:
ShellItemIdAn instance of the ShellItemId class.
See Also