System.Drawing.Printing.PrinterSettings.GetHdevnames Method

Creates a handle to a DEVNAMES structure that corresponds to the printer settings.

Syntax

public IntPtr GetHdevnames ()

Returns

A handle to a DEVNAMES structure.

Remarks

When you are done with the handle that is created through this method, you must deallocate it yourself by calling the native Win32 GlobalFree method. When you call this method, you pass as a parameter the return value from the PrinterSettings.GetHdevnames method.

Requirements

Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0