GetPrivateProfileStringDxForMem_1

GetPrivateProfileStringDx のメモリから読み込む版(拡張版)

val = GetPrivateProfileStringDxForMem_1(AppName, KeyName, Default, ReturnedStringBuffer, ReturnedStringBufferBytes, IniFileImage, IniFileImageBytes, IniFileCharCodeFormat)

AppName : string (wstr)
KeyName : string (wstr)
Default : string (wstr)
ReturnedStringBuffer : System.Text.StringBuilder (int)
ReturnedStringBufferBytes : ulong (int)
IniFileImage : System.IntPtr (int)
IniFileImageBytes : ulong (int)
IniFileCharCodeFormat : int (int)

(プラグイン / モジュール : DxLibW)

解説

GetPrivateProfileStringDxForMem の拡張版です。追加パラメータ: IniFileCharCodeFormat

GetPrivateProfileStringDx のメモリから読み込む版(拡張版)

戻り値: int

※ ポインタ型 (IntPtr) のパラメータがあります。
64bit環境では int64 型の値を渡してください。

関連項目

GetPrivateProfileStringDxForMemGetPrivateProfileStringDx のメモリから読み込む版(DxLibW)

情報

プラグイン / モジュールDxLibW
バージョン3.24f
作成日2026/04/12
著作者DxLib: Takumi Yamada / HSP binding: IronHSP Project
URLhttps://dxlib.xsrv.jp/
備考hspdxlib.as をインクルードして使用
タイプDxLib ゲームライブラリ
グループDxLib その他
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\hspdxlib.hs