English
Source / code snippets

Reading Speicherbereich

 

CompileMarkSeparation
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Speicherbereich auslesen
Def Globalalloc(2) !KERNEL32.DLL, GlobalAlloc
Def Globalfree(1) !KERNEL32.DLL, GlobalFree
Def Movememory(3) !KERNEL32, RtlMoveMemory

Proc Peekl

    Parameters Readmemoryaddr&
    Declare Value&, Result!
    Movememory(Addr(Value&), Readmemoryaddr& + 2, 2)
    Result! = Value& * 2^16
    Movememory(Addr(Value&), Readmemoryaddr&, 2)
    Result! = Result! + Value&
    Return Result!

Endproc

Proc Pokel

    Parameters Writememoryaddr&, Value!
    Declare Value&

    If (Value! > -1) And (Value! < 2^32)

        If Value! - (2^16 - 1) > 0

            Value& = Value!  2^16

        Else

            Value& = 0

        Endif

        Movememory(Writememoryaddr& + 2, @Addr(Value&), 2)
        Value& = Int(Value! - (Value& * 2^16))
        Movememory(Writememoryaddr&, Addr(Value&), 2)

    Else

        Messagebox(Zahl zu groß!, Wichtiger Hinweis, 48)

    Endif

Endproc

Declare Hmem&
4 Byte = Long Speicher reservieren
Hmem& = Globalalloc($40, 4)

If Hmem&

    Speicher mit 1111 füllen
    Pokel Hmem&, 1111
    Speicher auslesen und in MessageBox wiedergeben
    Messagebox(In Adresse:  + Str$(Hmem&) +  steht folgender Wert:  + Str$(Int(Peekl(Hmem&))) , Inhalt des Speicher, 0)
    Speicherobjekt freigeben
    Globalfree(Hmem&)

Else

    Messagebox(Speicher konnte nicht reserviert werden, Wichtiger Hinweis, 48)

ref='./../../Function-References/XProfan/endif/'>Endif

 
07/16/07  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

2.262 Views

Untitledvor 0 min.
Walter01/15/23
funkheld04/27/16
Uwe Lang12/27/15
H.Brill11/16/13
More...

Themeninformationen

this Topic has 1 subscriber:

unbekannt (1x)


Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie