PrinterSettings.SetHdevnames(IntPtr) Method

Definition

Copies the relevant information out of the given handle and into the PrinterSettings.

public:
 void SetHdevnames(IntPtr hdevnames);
public void SetHdevnames (IntPtr hdevnames);
member this.SetHdevnames : nativeint -> unit
Public Sub SetHdevnames (hdevnames As IntPtr)

Parameters

hdevnames
IntPtr

nativeint

The handle to a Win32 DEVNAMES structure.

Exceptions

The printer handle is invalid.

Applies to