SftPrintPreview/OCX 1.0

SftPrintPreview.SetDeviceInfo2 Method

Softel vdm, Inc.

Sets DEVMODE and DEVNAMES handles for the currently defined printer.

Syntax       

VB.NET

object.SetDeviceInfo2(ByVal PtrhDevNames As Integer, ByVal PtrhDevMode As Integer)

VB

object.SetDeviceInfo2(PtrhDevNames As Long, PtrhDevMode As Long)

C#.NET

void object.SetDeviceInfo2(int PtrhDevNames, int PtrhDevMode);

VC++

HRESULT object->SetDeviceInfo2(long* PtrhDevNames, long* PtrhDevMode);

C

HRESULT object->raw_SetDeviceInfo2(long* PtrhDevNames, long* PtrhDevMode);

Delphi

procedure object.SetDeviceInfo2(PtrhDevNames : Integer, PtrhDevMode : Integer);

object

A SftPrintPreview object.

PtrhDevNames

A pointer to the handle of a DEVNAMES structure defining the current printer.

PtrhDevMode

A pointer to the handle of a DEVMODE structure defining the current printer.

Comments

The SetDeviceInfo2 method sets DEVMODE and DEVNAMES handles for the currently defined printer.

The handles are owned by the calling application.

The SetDeviceInfo method can be used to set DEVMODE and DEVNAMES handles and transferring ownership of the handles to SftPrintPreview/OCX, so they are destroyed automatically when no longer needed.

DEVMODE and DEVNAMES handles are used by Windows to define the current printer and its settings.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com