Search:

Type: Posts; User: wal_sug

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,087

    WindowsXP FileMapping problem,help!!

    hello,
    When I want to use the shared memory, I got a problem.
    1.I wrote a server to create a piece of shared memory. Source is below:
    // shmsv.cpp
    HANDLE hMapFile = NULL;
    LPVOID pVoid =...
  2. lockfile/unlockfile,can not work between the processes?

    hello,
    I locked a file in a process ,and now to release it in another process,but it doesn't work.the GetLastError() API indicates as if I never locked that file.

    how come it turned out to be...
  3. hi, thanks for the replies, I've had a good...

    hi,
    thanks for the replies,
    I've had a good lesson,this problem was finally solved after some negotiation over the way of implementation.
    thank you,Salem 'n Bubba.
    regards
    -yogo
  4. the 100-nanosecond is stored in a high...

    the 100-nanosecond is stored in a high part(unsigned long) and a low part(unsigned long),you can't join 2 parts into one number by placing the lower behind the higher,right? So I can't divide the low...
  5. [help]how to get the microsecond-precision in windows?

    hello,
    the windows API GetSystemTime() could return the current time by a SYSTEMTIME struct variable,then the windows API SystemTimeToFileTime could change this struct into the form of...
Results 1 to 5 of 5