Click or drag to resize

NativeFileIOObjectAttributes Constructor

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public ObjectAttributes(
	IntPtr root_directory,
	IntPtr object_name,
	NativeFileIONtObjectAttributes object_attributes,
	IntPtr security_descriptor,
	IntPtr security_quality_of_service
)

Parameters

root_directory
Type: SystemIntPtr
object_name
Type: SystemIntPtr
object_attributes
Type: Arsenal.ImageMounter.IONativeFileIONtObjectAttributes
security_descriptor
Type: SystemIntPtr
security_quality_of_service
Type: SystemIntPtr
See Also