PrinterSettings.GetHdevnames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a handle to a DEVNAMES
structure that corresponds to the printer settings.
public:
IntPtr GetHdevnames();
public IntPtr GetHdevnames ();
member this.GetHdevnames : unit -> nativeint
Public Function GetHdevnames () As IntPtr
Returns
IntPtr
nativeint
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 GetHdevnames method.