APIEnumerateAdapterDevicePaths Method |
Builds a list of device paths for active Arsenal Image Mounter
objects.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static IEnumerable<string> EnumerateAdapterDevicePaths(
IntPtr hwndParent
)
Public Shared Function EnumerateAdapterDevicePaths (
hwndParent As IntPtr
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateAdapterDevicePaths(
IntPtr hwndParent
)
static member EnumerateAdapterDevicePaths :
hwndParent : IntPtr -> IEnumerable<string>
Parameters
- hwndParent
- Type: SystemIntPtr
Return Value
Type:
IEnumerableStringSee Also