VirtualBox

Changeset 26824 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Feb 26, 2010 10:36:08 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58097
Message:

iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. RTPoll and RTProcCreateEx testcases.

Location:
trunk/src/VBox/Runtime/r3/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r26785 r26824  
    6666
    6767
    68 RTDECL(int) RTPipeReadBlocking(RTPIPE hPipe, void *pvBuf, size_t cbToRead)
     68RTDECL(int) RTPipeReadBlocking(RTPIPE hPipe, void *pvBuf, size_t cbToRead, size_t *pcbRead)
    6969{
    7070    return VERR_NOT_IMPLEMENTED;
     
    7878
    7979
    80 RTDECL(int) RTPipeWriteBlocking(RTPIPE hPipe, const void *pvBuf, size_t cbToWrite)
     80RTDECL(int) RTPipeWriteBlocking(RTPIPE hPipe, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten)
    8181{
    8282    return VERR_NOT_IMPLEMENTED;
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r22497 r26824  
    157157    return rc;
    158158}
     159
     160
     161RTR3DECL(int)   RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,
     162                               PCRTHANDLE phStdIn, PCRTHANDLE phStdOut, PCRTHANDLE phStdErr, const char *pszAsUser,
     163                               PRTPROCESS phProcess)
     164{
     165    return VERR_NOT_IMPLEMENTED;
     166}
     167
    159168
    160169
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette