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;
PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace