Help for this page

Select Code to Download


  1. or download this
    int __export __stdcall SetSharedMem(const int shareIndex, const void* 
    +lpszBuf, const DWORD bufLength)
    int __export __stdcall GetSharedMem(const int shareIndex,void* lpszBuf
    +, const DWORD bufLength)
    
  2. or download this
    $SetSharedMem = Win32::API->new('shmdll', 'int SetSharedMem(int shareI
    +ndex, VOID* lpszBuf, DWORD bufLength)');
    $GetSharedMem = Win32::API->new('shmdll', 'int GetSharedMem(int shareI
    +ndex,VOID* lpszBuf, DWORD bufLength)');
    
  3. or download this
        $returnBuff = " " x ($str_length);<br>
        $return = $GetSharedMem->Call(0,$returnBuff,$str_length);<br><br>
    
  4. or download this
    SV = PV(0x1abed40) at 0x1dea898<br>
     REFCNT = 1<br>
    ...
    \2\1\0\0\0\n\01710|\0|Asdfasdfaf\4\0\0\0Blue"\0<br>
     CUR = 69<br>
     LEN = 70<br><br>
    
  5. or download this
    SV = PV(0x1abed64) at 0x1dea94c<br>
     REFCNT = 1<br>
    ...
     PV = 0x1dda218 "\4\4\0041234\4\4\4\10\3\2"\0<br>
     CUR = 13<br>
     LEN = 71<br><br>