Changeset 73375 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jul 27, 2018 7:59:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r69111 r73375 236 236 * @param pvBuf Pointer to the return buffer. 237 237 * @param cbBuf The size of the return buffer. 238 * @sa RTLdrQueryProp 239 */ 240 DECLCALLBACKMEMBER(int, pfnQueryProp)(PRTDBGMODINT pMod, RTLDRPROP enmProp, void *pvBuf, size_t cbBuf); 238 * @param pcbRet How many bytes was actually returned. In the 239 * case of VERR_BUFFER_OVERFLOW this will contain 240 * the required buffer size. Optional. 241 * @sa RTLdrQueryPropEx 242 */ 243 DECLCALLBACKMEMBER(int, pfnQueryProp)(PRTDBGMODINT pMod, RTLDRPROP enmProp, void *pvBuf, size_t cbBuf, size_t *pcbRet); 241 244 242 245 /** For catching initialization errors (RTDBGMODVTIMG_MAGIC). */
Note:
See TracChangeset
for help on using the changeset viewer.