vbox的更動 35183 路徑 trunk/src/VBox/Runtime/include/internal
- 時間撮記:
- 2010-12-16 下午01:59:44 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/include/internal/ldr.h
r35152 r35183 366 366 * @param phHandle Where to store the module handle on success. 367 367 * @param fFlags See RTLDRFLAGS_. 368 * @param pszError Where to store the error message. Optional. 369 * @param cbError The size of the error message buffer. 370 */ 371 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, uint32_t fFlags, char *pszError, size_t cbError); 368 * @param pErrInfo Where to return extended error information. Optional. 369 */ 370 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, uint32_t fFlags, PRTERRINFO pErrInfo); 372 371 373 372 int rtldrPEOpen(PRTLDRREADER pReader, uint32_t fFlags, RTLDRARCH enmArch, RTFOFF offNtHdrs, PRTLDRMOD phLdrMod);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器