PB 電子会議室

コメント

発言No. 更新日 題名(クリックすると発言内容と関連するコメントが表示されます)
21175 04/05/09 15:14:58 RE(10):API関数でプリンタの状態を調べたい By isii
21174 04/05/08 20:56:48 RE(9):API関数でプリンタの状態を調べたい By にしやん
21173 04/05/08 17:24:35 RE(8):API関数でプリンタの状態を調べたい By yui_s
21172 04/05/08 17:23:23 RE(7):API関数でプリンタの状態を調べたい By yui_s
21156 04/05/05 20:54:52 RE(6):API関数でプリンタの状態を調べたい By isii
21155 04/05/04 19:48:54 RE(5):API関数でプリンタの状態を調べたい By class
21154 04/05/04 18:29:54 RE(4):API関数でプリンタの状態を調べたい By yui_s
21153 04/05/04 12:05:55 RE(3):API関数でプリンタの状態を調べたい By isii
21152 04/05/01 15:31:16 RE(2):API関数でプリンタの状態を調べたい By yui_s
21150 04/04/28 21:03:06 RE(1):API関数でプリンタの状態を調べたい By class
21149 04/04/28 18:31:31 API関数でプリンタの状態を調べたい By yui_s

カテゴリ:PowerBuilderの開発環境
日付:2004年05月08日 17:23 発信者:yui_s
題名:RE(7):API関数でプリンタの状態を調べたい

classさん、isiiさん、お世話になります。

お二人から頂いた情報を元にデータ取得を行ってみたのですが、データの取得でうまくいかない部分があります。

setNull( lstr_printerdefaults )
OpenPrinterA( \"EPSON TM-L90 Receipt\" , printerHandle , lstr_printerdefaults )
GetPrinterA( printerHandle , 2 , PrinterInfoBlob , 0 , cbNeeded )
PrinterInfoBlob = Blob( Space( cbNeeded ) )
GetPrinterA( printerHandle , 2 , PrinterInfoBlob , cbNeeded , cbNeeded )
PrinterInfo[ 1 ] = PrinterInfoDefault
MemMove( PrinterInfo , PrinterInfoBlob , 84 )
String( PrinterInfo[ 1 ].pservername ) = \"0\"
String( PrinterInfo[ 1 ].pprintername , \"address\" ) = \"EPSON TM-L90 Receipt\"
String( PrinterInfo[ 1 ].psharename , \"address\" ) = \"\"
String( PrinterInfo[ 1 ].pportname , \"address\" ) = \"TMUSB000-Printer\"
String( PrinterInfo[ 1 ].pdrivername , \"address\") = \"EPSON TM-L90 Receipt\"
String( PrinterInfo[ 1 ].pcomment , \"address\"  ) = \"\"
String( PrinterInfo[ 1 ].plocation , \"address\"  ) = \"\"
String( PrinterInfo[ 1 ].pdevmode , \"address\" ) = \"EPSON TM-L90 Receipt\"
String( PrinterInfo[ 1 ].psepfile  , \"address\" ) = \"\"
String( PrinterInfo[ 1 ].pprintprocessor , \"address\" ) = \"TMPROCES\"
String( PrinterInfo[ 1 ].pdatatype , \"address\" ) = \"RAW\"
String( PrinterInfo[ 1 ].pparameters  , \"address\" ) = \"\"
String( PrinterInfo[ 1 ].psecuritydescriptor , \"address\" ) = \"r\"
String( PrinterInfo[ 1 ].attributes ) = \"6208\"
String( PrinterInfo[ 1 ].priority ) = \"1\"
String( PrinterInfo[ 1 ].defaultpriority ) = \"0\"
String( PrinterInfo[ 1 ].starttime ) = \"0\"
String( PrinterInfo[ 1 ].untiltime ) = \"0\"
String( PrinterInfo[ 1 ].status ) = \"0\"
String( PrinterInfo[ 1 ].cjobs ) = \"0\"
String( PrinterInfo[ 1 ].averageppm ) = \"0\"

続きます・・・

付加情報:

PowerBuilder Version (記載なし)

Client SoftWare

OS Windows 2000
DBMS (記載なし)
Browser (記載なし)

Server SoftWare

OS (記載なし)
DBMS (記載なし)
WebServer (記載なし)

PowerSpaceの運営は、パワーフューチャー株式会社が行っております。
Copyright © 2013 Power Future Co., Ltd.