|
|
|
|
|
SftPrintPreview.GetDeviceInfo Method |
Returns DEVMODE and DEVNAMES handles for the currently defined printer.
Syntax
|
VB.NET |
object.GetDeviceInfo(ByRef hDevNames As Integer, ByRef hDevMode As Integer, ByRef vOwned As Boolean) |
||
|
VB |
object.GetDeviceInfo(hDevNames As Long, hDevMode As Long, vOwned As Boolean) |
||
|
C#.NET |
void object.GetDeviceInfo(out int hDevNames, out int hDevMode, out bool vOwned); |
||
|
VC++ |
HRESULT object->GetDeviceInfo(long* hDevNames, long* hDevMode, VARIANT_BOOL* vOwned); |
||
|
C |
HRESULT object->raw_GetDeviceInfo(long* hDevNames, long* hDevMode, VARIANT_BOOL* vOwned); |
||
|
Delphi |
procedure object.GetDeviceInfo(out hDevNames : Integer, out hDevMode : Integer, out vOwned : WordBool); |
object
A SftPrintPreview object.
hDevNames
Returns the handle of a DEVNAMES structure defining the current printer.
hDevMode
Returns the handle of a DEVMODE structure defining the current printer.
vOwned
Returns True if the handles are owned by SftPrintPreview/OCX, False otherwise.
Comments
The GetDeviceInfo method returns DEVMODE and DEVNAMES handles for the currently defined printer.
DEVMODE and DEVNAMES handles are used by Windows to define the current printer and its settings.