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月01日 15:31 発信者:yui_s
題名:RE(2):API関数でプリンタの状態を調べたい
classさん、お世話になります。
>まずは、外部関数の引数の宣言がちがいますね。
>
> HANDLE hPrinter,
> DWORD Level,
> LPBYTE pPrinter,
> DWORD cbBuf,
> LPDWORD pcbNeeded
>
>上記の変数の型をCからPB風に変換してみてください。
指摘どうりに形を修正して下記の様になりました。
function boolean GetPrinter( ULong hPrinter , ULong Level , Ref ULong pPrinter , ULong cbBuf , Ref
Ulong pcbNeeded ) library \"winspool.drv\" Alias for \"GetPrinterA\"
一回目:
bRet = GetPrinter( printerHandle , 5 , pPrinter , 0 , lRet )
結果:
bRet = true
lRet = 96
printerHandle = ××××××× ←不定の値
pPrinter = 0
二回目:
bRet = GetPrinter( printerHandle , 5 , pPrinter , 0 , lRet )
結果:
bRet = false
lRet = 96
printerHandle = null
pPrinter = 空
二回目に渡す値が違うようなのですが、どのようにすればよいか分かりません。
適切な値を取得する方法にどのようなやり方があるでしょうか?
よろしくお願いします。
付加情報:
PowerBuilder Version (記載なし)
Client SoftWare
OS Windows 2000
DBMS (記載なし)
Browser (記載なし)
Server SoftWare
OS (記載なし)
DBMS (記載なし)
WebServer (記載なし)
Copyright © 2013 Power Future Co., Ltd.