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.GetHDEVNAMES

Creates a handle to a DEVNAMES structure which correspond too the printer settings. When you are done with the handle, you must deallocate it yourself: Windows.GlobalFree(handle); Where "handle" is the return value from this method.

[Visual Basic]
Public Function GetHDEVNAMES() As Integer
[C#]
public int GetHDEVNAMES();
[C++]
public: int GetHDEVNAMES();
[JScript]
public function GetHDEVNAMES() : int;

See Also

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