
Zitat von
Uwe.F.:
H:=GlobalAlloc(GMEM_FIXED, Bytes+2);
if H=0 then MemoryOverFlow;
P:=GlobalLock(H);
ah ja des schaut ganz gut aus.
kann ich auch irgendwie feststellen ob des dann auch wirklich im
ram liegt? (also so zum testen ob des in meiner app funkt)
edit: aja und warum eigentlich Bytes+2?