Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.SetDeviceInfo2 Method

Sets DEVMODE and DEVNAMES handles for the currently defined printer.

Syntax

VB.NETobject.SetDeviceInfo2(ByVal PtrhDevNames As Integer, ByVal PtrhDevMode As Integer)
VBobject.SetDeviceInfo2(PtrhDevNames As Long, PtrhDevMode As Long)
C#.NETvoid object.SetDeviceInfo2(int PtrhDevNames, int PtrhDevMode);
VC++HRESULT object->SetDeviceInfo2(long* PtrhDevNames, long* PtrhDevMode);
CHRESULT object->raw_SetDeviceInfo2(long* PtrhDevNames, long* PtrhDevMode);

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

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.