fg_printdc()

Win32 DirectX Fastgraph/Light

Prototype

void fg_printdc (HDC hdc);

Sub fg_printdc (ByVal hdc As Long)

procedure fg_printdc (hdc : HDC);

Description

The fg_printdc() function establishes a printer device context. The fg_printer() and fg_vbprint() functions will direct output to the printer associated with that device context. If you do not call fg_printdc(), these functions will direct output to the default printer.

Parameters

hdc is a Windows handle to the printer device context. If hdc is zero, printer output is directed to the default printer.

Return value

none

Restrictions

none

See also

fg_printer(), fg_vbprint()

Examples

Prdemo

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.