NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.SetHDEVNAMES

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

[Visual Basic]
Public Sub SetHDEVNAMES( _
   ByVal hDevnames As Integer _
)
[C#]
public void SetHDEVNAMES(
   int hDevnames
);
[C++]
public: void SetHDEVNAMES(
   int hDevnames
);
[JScript]
public function SetHDEVNAMES(
   hDevnames : int
);

Parameters

hDevnames
A handle

Exceptions

Exception Type Condition
ArgumentException [To be supplied.]

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace