|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.util.win32.Win32Util
public class Win32Util
Win32API コールに関するユーティリティクラスです。
| メソッドの概要 | |
|---|---|
static String |
formatMessage(int rc)
OSから与えられた戻り値をもとにメッセージを取得します。 |
static String |
lpmsgbuf2String(int[] lpMsgBuf)
LPMSGBUF を String オブジェクトに変換します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static String formatMessage(int rc)
出典 : http://homepage2.nifty.com/igat/igapyon/diary/2005/ig051228.html
rc - Win32APIから返却されるDWORD値
public static String lpmsgbuf2String(int[] lpMsgBuf)
LPMSGBUF を String オブジェクトに変換します。出典 : http://homepage2.nifty.com/igat/igapyon/diary/2005/ig051228.html
lpMsgBuf - C言語上としての文字列
String 化された文字列
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||