User manual - GUIライブラリマニュアルver.1.01(2012年3月29日)

22
3.2.12 CpEndPage
1ページ分の印刷を終します。
[C++]
int CpEndPage (
HANDLE
hPrinter
,
HDC
hdc
)
[Visual Basic]
Declare Function CpEndPage (
ByVal
hPrinter
As Int32, _
ByVal
hDC
As Int32
) As Boolean
[C#]
Int32 CpEndPage (
Int32
hPrinter
, _
Int32
hdc
)
解説
本関数は1ペジ分の印刷を終了しす。
パラメータ
hPrinter
オープンしたプリンタのハンドルを指します。
hdc
スコンテキスを指定します
戻り
関数が正常終了し場合は正の値を、そ以外の場合は CP_ERROR を返します。