LoadPauseGraphFromMem

アクティブウインドウが他のソフトに移っている際に表示する画像をメモリから読み込む

version(Windows)
nothrow @nogc extern (C++, DxLib) extern
int
LoadPauseGraphFromMem
(
const(void)* MemImage
,)

Parameters

MemImage const(void)*

ファイルイメージの先頭アドレス,nullにすることで設定解除

MemImageSize int

ファイルイメージのサイズ(単位:Byte)

Meta