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

32
3.2.18 CpGetBarcodeType
裏面バドの読取方式を取得します
[C++]
int CpGetBarcodeType(
HWND
hPrinter
,
DWORD *
pdwType
)
[Visual Basic]
Declare Function CpGetBarcodeType(
ByVal
hPrinter
As Int32, _
ByRef
pdwType
As Int32 _
) As Int32
[C#]
Int32 CpGetBarcodeType(
Int32
hPrinter
,
ref Int32
pdwType
,
)
解説
本関数は裏面バーコドの読取方式を取得します
パラメータ
hPrinter
タのハンドルを指定します
pdwType
裏面バドの読取使用する方式を取得す。取得する値の詳細については
CpSetBarcodeType関数を参照してくさい
戻り
関数が正常終了し場合は正の値を、そ以外の場合は CP_ERROR を返します。