VirtualBox

vbox的更動 27613 路徑 trunk/src/VBox/Runtime/r3/os2


忽略:
時間撮記:
2010-3-23 上午01:12:54 (15 年 以前)
作者:
vboxsync
訊息:

iprt: Added RTPipeFromNative, implemented the windows version and added tests.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp

    r27129 r27613  
    5252
    5353
     54RTDECL(int)  RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags)
     55{
     56    return VERR_NOT_IMPLEMENTED;
     57}
     58
     59
    5460RTDECL(RTHCINTPTR) RTPipeToNative(RTPIPE hPipe)
    5561{
    56     return (RTHCINTPTR)(unsigned int)-1;
     62    return -1;
    5763}
    5864
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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