バーコード形式を指定するための定義値
BarcodeFormat
(プラグイン / モジュール : hspdsc.dll)
#define BarcodeFormat_Aztec 0x00000001 // Aztec Code #define BarcodeFormat_Codabar 0x00000002 // Codevbar (NW-7) #define BarcodeFormat_Code39 0x00000004 // Code39 #define BarcodeFormat_Code93 0x00000008 // Code93 #define BarcodeFormat_Code128 0x00000010 // Code128 #define BarcodeFormat_DataBar 0x00000020 // GS1 DataBar #define BarcodeFormat_DataBarExpanded 0x00000040 // GS1 DataBar Expanded #define BarcodeFormat_DataMatrix 0x00000080 // DataMatrix #define BarcodeFormat_EAN8 0x00000100 // EAN8 #define BarcodeFormat_EAN13 0x00000200 // EAN13(JANやISBNと同じ) #define BarcodeFormat_ITF 0x00000400 // ITF #define BarcodeFormat_MaxiCode 0x00000800 // MaxiCode #define BarcodeFormat_PDF417 0x00001000 // PDF417 #define BarcodeFormat_QRCode 0x00002000 // QRCode #define BarcodeFormat_UPCA 0x00004000 // UPC-A #define BarcodeFormat_UPCE 0x00008000 // UPC-E #define BarcodeFormat_JAN BarcodeFormat_EAN13 // JANコード(EAN13と同じ) #define BarcodeFormat_Default (BarcodeFormat_JAN | BarcodeFormat_QRCode) // JANコード と QRコード
bar_Init | HSPBARを初期化します | (hspdsc.dll) |
BAR_RESULT | BAR_RESULT構造体 | (hspdsc.dll) |
プラグイン / モジュール | hspdsc.dll |
バージョン | 2.13 |
作成日 | 2021/6/13 |
著作者 | イノビア(inovia) |
URL | https://hsp.moe/ |
備考 | HSP向け DirectShow キャプチャプラグイン
【32bit版ランタイムの場合】 hspdsc.asをインクルード バーコードを使用する場合はhspbar.asをインクルード 【64bit版ランタイムの場合】 hsp3_64.asをインクルード hspdsc64.asをインクルード バーコードを使用する場合はhspbar64.asをインクルード |
グループ | hspbar.dll |
対応環境 |
|
移植のヒント | Windows |
hs ファイル | hsphelp\hspdsc.hs |