Thread: What permission issues in 64-bit Windows 7 might be causing this “124” return value?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    Quote Originally Posted by jsrig88 View Post
    What else should I look at?
    The docs for the functions and structures you're using?

    Quote Originally Posted by msdn
    pFrom
    Type: PCZZTSTR

    Note This string must be double-null terminated.

    Although this member is declared as a single null-terminated string, it is actually a buffer that can hold multiple null-delimited file names. Each file name is terminated by a single NULL character. The last file name is terminated with a double NULL character ("\0\0") to indicate the end of the buffer.

    pTo
    Type: PCZZTSTR

    Note This string must be double-null terminated.
    Probably that obscure little requirement

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    100
    They are double-null-terminated.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Programming - Issues with return
    By Klcastillo in forum C Programming
    Replies: 3
    Last Post: 04-21-2012, 12:10 PM
  2. permission denied in windows 7
    By narendrav in forum C Programming
    Replies: 4
    Last Post: 03-16-2011, 12:26 PM
  3. windows linux compatibility issues
    By svaidya in forum C++ Programming
    Replies: 3
    Last Post: 08-26-2007, 04:57 PM
  4. Break statement issues, how to return to start of loop?
    By brdiger31 in forum C++ Programming
    Replies: 3
    Last Post: 06-01-2007, 03:29 PM
  5. Windows return error when input is made
    By newbie1234 in forum C Programming
    Replies: 8
    Last Post: 05-25-2006, 06:16 AM

Tags for this Thread